HTTP definitions module header file. More...
#include "string_type.h"
Go to the source code of this file.
Enumerations | |
enum | E_HTTP_HEADER_NAMES { HTTP_HEADER_AUTHORIZATION, HTTP_HEADER_CONTENT_TYPE, HTTP_HEADER_CONTENT_ID, HTTP_HEADER_CONTENT_LENGTH, HTTP_HEADER_TRANSFER_ENCODING, HTTP_HEADER_TRANSFER_ENCODING_CHUNKED, HTTP_HEADER_USER_AGENT, HTTP_HEADER_ACCEPT, HTTP_HEADER_HOST, HTTP_HEADER_RANGE, HTTP_HEADER_CONTENT_RANGE, HTTP_HEADER_CONTENT_DISPOSITION, HTTP_HEADER_SERVER_TIME, HTTP_HEADER_IF_MATCH, HTTP_HEADER_ETAG, HTTP_HEADER_CORRELATION_ID, HTTP_HEADER_NAMES_END } |
Used with http_header_names[E_HTTP_HEADER_NAMES] to get the related string. ex: http_header_names[HTTP_HEADER_AUTHORIZATION] returns the string of "Authorization". More... | |
Variables | |
string_t | http_header_names [HTTP_HEADER_NAMES_END] |
HTTP definitions module header file.
Definition in file http_definitions.h.
enum E_HTTP_HEADER_NAMES |
Used with http_header_names[E_HTTP_HEADER_NAMES] to get the related string. ex: http_header_names[HTTP_HEADER_AUTHORIZATION] returns the string of "Authorization".
Definition at line 25 of file http_definitions.h.
string_t http_header_names[HTTP_HEADER_NAMES_END] |
Definition at line 17 of file http_definitions.c.
Referenced by _add_authentication_header_to_request(), _exchange_initialize_http_request_headers(), _process_registration_response_rsa_3072(), _set_request_options(), http_processor_exchange(), http_processor_get_access_token(), http_processor_register(), http_processor_stream(), http_request_add_header(), http_request_add_single(), http_request_add_tuple(), http_request_initialize(), and http_request_start_tuple_sub_section().