GNU libmicrohttpd  0.9.71
Deprecated List
Global MHD_USE_SELECT_INTERNALLY
Global MHD_create_response_from_data (size_t size, void *data, int must_free, int must_copy)
use MHD_create_response_from_buffer instead
Global MHD_DaemonInfo::mac_key_size
Global MHD_DaemonInfo::key_size
Global MHD_RESPONSE_HEADER_KIND
Global MHD_USE_SUSPEND_RESUME
Global MHD_USE_EPOLL_TURBO
Global MHD_USE_PIPE_FOR_SHUTDOWN
Global MHD_USE_EPOLL_INTERNALLY_LINUX_ONLY
Global MHD_USE_EPOLL_INTERNALLY
Global MHD_USE_EPOLL_LINUX_ONLY
Global MHD_SUPPRESS_DATE_NO_CLOCK
Global MHD_USE_POLL_INTERNALLY
Global MHD_LONG_LONG
use MHD_UNSIGNED_LONG_LONG instead!
Global MHD_USE_SSL
Global MHD_queue_auth_fail_response (struct MHD_Connection *connection, const char *realm, const char *opaque, struct MHD_Response *response, int signal_stale)
use MHD_queue_auth_fail_response2()
Global MHD_digest_auth_check_digest (struct MHD_Connection *connection, const char *realm, const char *username, const uint8_t digest[MHD_MD5_DIGEST_SIZE], unsigned int nonce_timeout)
use MHD_digest_auth_check_digest2()
Global MHD_digest_auth_check (struct MHD_Connection *connection, const char *realm, const char *username, const char *password, unsigned int nonce_timeout)
use MHD_digest_auth_check2()
Global _MHD_DEPR_FUNC ("MHD_create_response_from_data() is deprecated, use MHD_create_response_from_buffer()") _MHD_EXTERN struct MHD_Response *MHD_create_response_from_data(size_t size
use MHD_create_response_from_buffer instead
Global MHD_HTTP_NO_RESPONSE
Global MHD_HTTP_UNORDERED_COLLECTION
Global MHD_HTTP_REQUESTED_RANGE_NOT_SATISFIABLE
Global MHD_HTTP_REQUEST_URI_TOO_LONG
Global MHD_HTTP_REQUEST_ENTITY_TOO_LARGE
Global MHD_HTTP_METHOD_NOT_ACCEPTABLE
Global MHD_LONG_LONG_PRINTF
use MHD_UNSIGNED_LONG_LONG_PRINTF instead!