GNU libmicrohttpd
0.9.59
|
▼ src | |
▼ include | |
autoinit_funcs.h | |
mhd_options.h | Additional automatic macros for MHD_config.h |
microhttpd.h | Public interface to libmicrohttpd |
platform.h | Platform-specific includes for libmicrohttpd |
▼ microhttpd | |
base64.c | |
base64.h | |
basicauth.c | Implements HTTP basic authentication methods |
connection.c | Methods for managing connections |
connection.h | Methods for managing connections |
connection_https.c | Methods for managing SSL/TLS connections. This file is only compiled if ENABLE_HTTPS is set |
connection_https.h | Methods for managing connections |
daemon.c | A minimal-HTTP server library |
digestauth.c | Implements HTTP digest authentication |
internal.c | Internal shared structures |
internal.h | Internal shared structures |
md5.c | |
md5.h | |
memorypool.c | Memory pool |
memorypool.h | Memory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request |
mhd_assert.h | Macros for mhd_assert() |
mhd_byteorder.h | Macro definitions for host byte order |
mhd_compat.c | Implementation of platform missing functions |
mhd_compat.h | Header for platform missing functions |
mhd_itc.c | Implementation of inter-thread communication functions |
mhd_itc.h | Header for platform-independent inter-thread communication |
mhd_itc_types.h | Types for platform-independent inter-thread communication |
mhd_limits.h | Limits values definitions |
mhd_locks.h | Header for platform-independent locks abstraction |
mhd_mono_clock.c | |
mhd_mono_clock.h | Internal monotonic clock functions implementations |
mhd_sockets.c | Implementation for sockets functions |
mhd_sockets.h | |
mhd_str.c | Functions implementations for string manipulating |
mhd_str.h | Header for string manipulating helpers |
mhd_threads.c | Implementation for thread functions |
mhd_threads.h | Header for platform-independent threads abstraction |
postprocessor.c | Methods for parsing POST data |
reason_phrase.c | Tables of the string response phrases |
response.c | Methods for managing response objects |
response.h | Methods for managing response objects |
sysfdsetsize.c | Helper for obtaining FD_SETSIZE system default value |
sysfdsetsize.h | Helper for obtaining FD_SETSIZE system default value |
tsearch.c | |
tsearch.h |