http_definitions.c
Go to the documentation of this file.
1 
9 #include "http_definitions.h"
10 #include "definitions.h"
11 
13 {
14  "Authorization",
15  "Content-Type",
16  "Content-ID",
17  "Content-Length",
18  "Transfer-Encoding",
19  "Transfer-Encoding: chunked",
20  "User-Agent",
21  "Accept",
22  "Host",
23  "Content-Disposition",
24  "Range",
25  "Content-Range",
26  "Server-Time",
27  "If-Match",
28  "ETag",
29  "Correlation-ID"
30 };
HTTP definitions module header file.
const char * http_header_names[HTTP_HEADER_NAMES_END]
End of http header names.
Definitions module header file.