GNU libmicrohttpd 1.0.0
|
#include </builddir/build/BUILD/libmicrohttpd-1.0.0/src/lib/internal.h>
Data Fields | |
struct MHD_HTTP_Header * | next |
char * | header |
char * | value |
enum MHD_ValueKind | kind |
Header or cookie in HTTP request or response.
Definition at line 337 of file internal.h.
char* MHD_HTTP_Header::header |
The name of the header (key), without the colon.
Definition at line 347 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_response_header_token_ci(), MHD_lookup_header_token_ci(), MHD_request_get_values(), MHD_request_lookup_value(), MHD_request_set_value(), MHD_response_add_header(), MHD_response_del_header(), MHD_response_get_header(), MHD_response_get_headers(), and MHD_response_queue_for_destroy().
enum MHD_ValueKind MHD_HTTP_Header::kind |
Type of the header (where in the HTTP protocol is this header from).
Definition at line 358 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_response_header_token_ci(), MHD_lookup_header_token_ci(), MHD_request_get_values(), MHD_request_lookup_value(), MHD_request_set_value(), and MHD_response_get_headers().
struct MHD_HTTP_Header* MHD_HTTP_Header::next |
Headers are kept in a linked list.
Definition at line 342 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_response_header_token_ci(), MHD_lookup_header_token_ci(), MHD_request_get_values(), MHD_request_lookup_value(), MHD_request_set_value(), MHD_response_del_header(), MHD_response_get_header(), MHD_response_get_headers(), MHD_response_queue_for_destroy(), and MHD_set_connection_value_n_nocheck_().
char* MHD_HTTP_Header::value |
The value of the header.
Definition at line 352 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_response_header_token_ci(), MHD_lookup_header_token_ci(), MHD_request_get_values(), MHD_request_lookup_value(), MHD_request_set_value(), MHD_response_del_header(), MHD_response_get_header(), MHD_response_get_headers(), and MHD_response_queue_for_destroy().