http_definitions.c File Reference

HTTP definitions module implementation file. More...

#include "http_definitions.h"
#include "definitions.h"
Include dependency graph for http_definitions.c:

Go to the source code of this file.

Variables

const char * http_header_names [HTTP_HEADER_NAMES_END]
 

Detailed Description

HTTP definitions module implementation file.

Definition in file http_definitions.c.

Variable Documentation

const char* http_header_names[HTTP_HEADER_NAMES_END]
Initial value:
=
{
"Authorization",
"Content-Type",
"Content-ID",
"Content-Length",
"Transfer-Encoding",
"Transfer-Encoding: chunked",
"User-Agent",
"Accept",
"Host",
"Content-Disposition",
"Range",
"Content-Range",
"Server-Time",
"If-Match",
"ETag",
"Correlation-ID"
}

Definition at line 12 of file http_definitions.c.

Referenced by _set_payload_options(), _set_request_options(), core_processor_get_access_token(), and core_processor_register().