GNU libmicrohttpd  0.9.62
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
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

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