GNU libmicrohttpd  0.9.29
microhttpd Directory Reference
Directory dependency graph for microhttpd:
src/microhttpd

Files

file  base64.c [code]
 
file  base64.h [code]
 
file  basicauth.c [code]
 Implements HTTP basic authentication methods.
 
file  connection.c [code]
 Methods for managing connections.
 
file  connection.h [code]
 Methods for managing connections.
 
file  connection_https.c [code]
 Methods for managing SSL/TLS connections. This file is only compiled if ENABLE_HTTPS is set.
 
file  connection_https.h [code]
 Methods for managing connections.
 
file  daemon.c [code]
 A minimal-HTTP server library.
 
file  digestauth.c [code]
 Implements HTTP digest authentication.
 
file  internal.c [code]
 internal shared structures
 
file  internal.h [code]
 internal shared structures
 
file  md5.c [code]
 
file  md5.h [code]
 
file  memorypool.c [code]
 memory pool
 
file  memorypool.h [code]
 memory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request
 
file  mhd_byteorder.h [code]
 macro definitions for host byte order
 
file  mhd_limits.h [code]
 limits values definitions
 
file  mhd_mono_clock.c [code]
 
file  mhd_mono_clock.h [code]
 internal monotonic clock functions implementations
 
file  postprocessor.c [code]
 Methods for parsing POST data.
 
file  reason_phrase.c [code]
 Tables of the string response phrases.
 
file  response.c [code]
 Methods for managing response objects.
 
file  response.h [code]
 Methods for managing response objects.
 
file  tsearch.c [code]
 
file  tsearch.h [code]