GNU libmicrohttpd
0.9.29
|
Macros | |
#define | MHD_HTTP_METHOD_CONNECT "CONNECT" |
#define | MHD_HTTP_METHOD_DELETE "DELETE" |
#define | MHD_HTTP_METHOD_GET "GET" |
#define | MHD_HTTP_METHOD_HEAD "HEAD" |
#define | MHD_HTTP_METHOD_OPTIONS "OPTIONS" |
#define | MHD_HTTP_METHOD_POST "POST" |
#define | MHD_HTTP_METHOD_PUT "PUT" |
#define | MHD_HTTP_METHOD_PATCH "PATCH" |
#define | MHD_HTTP_METHOD_TRACE "TRACE" |
Standard HTTP methods (as strings).
#define MHD_HTTP_METHOD_CONNECT "CONNECT" |
Definition at line 464 of file microhttpd.h.
Referenced by build_header_response().
#define MHD_HTTP_METHOD_DELETE "DELETE" |
Definition at line 465 of file microhttpd.h.
#define MHD_HTTP_METHOD_GET "GET" |
Definition at line 466 of file microhttpd.h.
#define MHD_HTTP_METHOD_HEAD "HEAD" |
Definition at line 467 of file microhttpd.h.
Referenced by MHD_queue_response().
#define MHD_HTTP_METHOD_OPTIONS "OPTIONS" |
Definition at line 468 of file microhttpd.h.
#define MHD_HTTP_METHOD_PATCH "PATCH" |
Definition at line 471 of file microhttpd.h.
#define MHD_HTTP_METHOD_POST "POST" |
Definition at line 469 of file microhttpd.h.
Referenced by MHD_connection_handle_idle(), and MHD_queue_response().
#define MHD_HTTP_METHOD_PUT "PUT" |
Definition at line 470 of file microhttpd.h.
Referenced by MHD_connection_handle_idle(), and MHD_queue_response().
#define MHD_HTTP_METHOD_TRACE "TRACE" |
Definition at line 472 of file microhttpd.h.