GNU libmicrohttpd  0.9.29
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  src
  include
 autoinit_funcs.h
 mhd_options.hAdditional automatic macros for MHD_config.h
 microhttpd.hPublic interface to libmicrohttpd
 platform.hPlatform-specific includes for libmicrohttpd
  microhttpd
 base64.c
 base64.h
 basicauth.cImplements HTTP basic authentication methods
 connection.cMethods for managing connections
 connection.hMethods for managing connections
 connection_https.cMethods for managing SSL/TLS connections. This file is only compiled if ENABLE_HTTPS is set
 connection_https.hMethods for managing connections
 daemon.cA minimal-HTTP server library
 digestauth.cImplements HTTP digest authentication
 internal.cInternal shared structures
 internal.hInternal shared structures
 md5.c
 md5.h
 memorypool.cMemory pool
 memorypool.hMemory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request
 mhd_byteorder.hMacro definitions for host byte order
 mhd_compat.cImplementation of platform missing functions
 mhd_compat.hHeader for platform missing functions
 mhd_itc.cImplementation of inter-thread communication functions
 mhd_itc.hHeader for platform-independent inter-thread communication
 mhd_itc_types.hTypes for platform-independent inter-thread communication
 mhd_limits.hLimits values definitions
 mhd_locks.hHeader for platform-independent locks abstraction
 mhd_mono_clock.c
 mhd_mono_clock.hInternal monotonic clock functions implementations
 mhd_sockets.cImplementation for sockets functions
 mhd_sockets.h
 mhd_str.cFunctions implementations for string manipulating
 mhd_str.hHeader for string manipulating helpers
 mhd_threads.cImplementation for thread functions
 mhd_threads.hHeader for platform-independent threads abstraction
 postprocessor.cMethods for parsing POST data
 reason_phrase.cTables of the string response phrases
 response.cMethods for managing response objects
 response.hMethods for managing response objects
 sysfdsetsize.cHelper for obtaining FD_SETSIZE system default value
 sysfdsetsize.hHelper for obtaining FD_SETSIZE system default value
 tsearch.c
 tsearch.h