Next: microhttpd-cb, Previous: microhttpd-const, Up: Top [Contents][Index]
Handle for the daemon (listening on a socket for HTTP traffic).
Handle for a connection / HTTP request. With HTTP/1.1, multiple requests can be run over the same connection. However, MHD will only show one request per TCP connection to the client at any given time.
Handle for a response.
Handle for POST
processing.
Information about a connection.
Information about an MHD daemon.