HTTP methods

Defines

#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_TRACE   "TRACE"

Detailed Description

Standard HTTP methods (as strings).


Define Documentation

#define MHD_HTTP_METHOD_CONNECT   "CONNECT"

Definition at line 337 of file microhttpd.h.

Referenced by add_extra_headers().

#define MHD_HTTP_METHOD_DELETE   "DELETE"

Definition at line 338 of file microhttpd.h.

#define MHD_HTTP_METHOD_GET   "GET"

Definition at line 339 of file microhttpd.h.

#define MHD_HTTP_METHOD_HEAD   "HEAD"

Definition at line 340 of file microhttpd.h.

Referenced by MHD_queue_response().

#define MHD_HTTP_METHOD_OPTIONS   "OPTIONS"

Definition at line 341 of file microhttpd.h.

#define MHD_HTTP_METHOD_POST   "POST"

Definition at line 342 of file microhttpd.h.

Referenced by MHD_connection_handle_idle(), and MHD_queue_response().

#define MHD_HTTP_METHOD_PUT   "PUT"

Definition at line 343 of file microhttpd.h.

Referenced by MHD_connection_handle_idle(), and MHD_queue_response().

#define MHD_HTTP_METHOD_TRACE   "TRACE"

Definition at line 344 of file microhttpd.h.


Generated on 17 Oct 2014 for GNU libmicrohttpd by  doxygen 1.6.1