GNU libmicrohttpd
0.9.70
|
event-loop control | MHD API to start and stop the HTTP server and manage the event loop |
generation of responses | MHD API used to generate responses |
handling of requests | MHD API used to access information about requests |
HTTP authentication | MHD API related to basic and digest HTTP authentication |
logging | MHD API to mange logging and error handling |
misc. specialized functions | This group includes functions that do not fit into any particular category and that are rarely used |
HTTP response codes. | These are the status codes defined for HTTP responses. See: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml Registry export date: 2019-06-09 |
HTTP headers | These are the standard headers found in HTTP requests and responses. See: http://www.iana.org/assignments/message-headers/message-headers.xml Registry export date: 2019-06-09 |
HTTP versions | These strings should be used to match against the first line of the HTTP header |
HTTP methods | HTTP methods (as strings). See: http://www.iana.org/assignments/http-methods/http-methods.xml Registry export date: 2019-06-09 |
HTTP POST encodings | See also: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4 |