GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
HTTP versions

Macros

#define MHD_HTTP_VERSION_1_0   "HTTP/1.0"
 
#define MHD_HTTP_VERSION_1_1   "HTTP/1.1"
 

Detailed Description

These strings should be used to match against the first line of the HTTP header.

Macro Definition Documentation

◆ MHD_HTTP_VERSION_1_0

#define MHD_HTTP_VERSION_1_0   "HTTP/1.0"

Definition at line 1071 of file microhttpd.h.

◆ MHD_HTTP_VERSION_1_1

#define MHD_HTTP_VERSION_1_1   "HTTP/1.1"

Definition at line 1072 of file microhttpd.h.