Next: , Previous: , Up: Top   [Contents][Index]


3 Structures type definition

C Struct: MHD_Daemon

Handle for the daemon (listening on a socket for HTTP traffic).

C Struct: MHD_Connection

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.

C Struct: MHD_Response

Handle for a response.

C Struct: MHD_PostProcessor

Handle for POST processing.

C Union: MHD_ConnectionInfo

Information about a connection.

C Union: MHD_DaemonInfo

Information about an MHD daemon.