GNU libmicrohttpd  0.9.5
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
\-src
 o-daemon
 |o*base64.c
 |o*base64.h
 |o*basicauth.cImplements HTTP basic authentication methods
 |o*connection.cMethods for managing connections
 |o*connection.hMethods for managing connections
 |o*connection_https.cMethods for managing SSL/TLS connections. This file is only compiled if ENABLE_HTTPS is set
 |o*connection_https.hMethods for managing connections
 |o*daemon.cA minimal-HTTP server library
 |o*digestauth.cImplements HTTP digest authentication
 |o*internal.c
 |o*internal.hInternal shared structures
 |o*md5.c
 |o*md5.h
 |o*memorypool.cMemory pool
 |o*memorypool.hMemory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request
 |o*postprocessor.cMethods for parsing POST data
 |o*postprocessor_large_test.cTestcase with very large input for postprocessor
 |o*reason_phrase.cTables of the string response phrases
 |o*reason_phrase.h
 |o*response.cMethods for managing response objects
 |\*response.hMethods for managing response objects
 \-include
  o-plibc
  |\*plibc.h
  o*microhttpd.hPublic interface to libmicrohttpd
  \*platform.hPlatform-specific includes for libmicrohttpd