GNU libmicrohttpd  0.9.69
Modules
Here is a list of all modules:
 event-loop controlMHD API to start and stop the HTTP server and manage the event loop
 generation of responsesMHD API used to generate responses
 handling of requestsMHD API used to access information about requests
 HTTP authenticationMHD API related to basic and digest HTTP authentication
 loggingMHD API to mange logging and error handling
 misc. specialized functionsThis 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 headersThese 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 versionsThese strings should be used to match against the first line of the HTTP header
 HTTP methodsHTTP methods (as strings). See: http://www.iana.org/assignments/http-methods/http-methods.xml Registry export date: 2019-06-09
 HTTP POST encodingsSee also: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4