GNU libmicrohttpd
0.9.59
|
Macros | |
#define | MHD_HTTP_VERSION_1_0 "HTTP/1.0" |
#define | MHD_HTTP_VERSION_1_1 "HTTP/1.1" |
These strings should be used to match against the first line of the HTTP header.
#define MHD_HTTP_VERSION_1_0 "HTTP/1.0" |
Definition at line 734 of file microhttpd.h.
Referenced by build_header_response(), keepalive_possible(), and transmit_error_response().
#define MHD_HTTP_VERSION_1_1 "HTTP/1.1" |
Definition at line 735 of file microhttpd.h.
Referenced by build_header_response(), keepalive_possible(), need_100_continue(), and parse_connection_headers().