|
GNU libmicrohttpd
0.9.59
|
| 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 |
| 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 Version 2017-01-27 |
| 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 Version 2015-05-19 |
| HTTP POST encodings | See also: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4 |