GNU libmicrohttpd
0.9.29
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.55/src/microhttpd/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 257 of file internal.h.
char* MHD_HTTP_Header::header |
The name of the header (key), without the colon.
Definition at line 267 of file internal.h.
Referenced by add_response_entry(), build_header_response(), MHD_check_response_header_token_ci(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_lookup_header_token_ci(), MHD_set_connection_value(), and test_header().
enum MHD_ValueKind MHD_HTTP_Header::kind |
Type of the header (where in the HTTP protocol is this header from).
Definition at line 278 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_argument_match(), MHD_check_response_header_token_ci(), MHD_get_connection_values(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_lookup_header_token_ci(), MHD_set_connection_value(), and test_header().
struct MHD_HTTP_Header* MHD_HTTP_Header::next |
Headers are kept in a linked list.
Definition at line 262 of file internal.h.
Referenced by add_response_entry(), build_header_response(), check_argument_match(), MHD_check_response_header_token_ci(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_lookup_header_token_ci(), MHD_set_connection_value(), and test_header().
char* MHD_HTTP_Header::value |
The value of the header.
Definition at line 272 of file internal.h.
Referenced by add_response_entry(), build_header_response(), MHD_check_response_header_token_ci(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_lookup_header_token_ci(), MHD_set_connection_value(), and test_header().