MHD_HTTP_Header Struct Reference

#include <internal.h>


Data Fields

MHD_HTTP_Headernext
char * header
char * value
enum MHD_ValueKind kind


Detailed Description

Header or cookie in HTTP request or response.

Definition at line 174 of file internal.h.


Field Documentation

char* MHD_HTTP_Header::header

The name of the header (key), without the colon.

Definition at line 185 of file internal.h.

Referenced by add_response_entry(), build_header_response(), MHD_del_response_header(), MHD_destroy_response(), MHD_digest_auth_check(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_queue_auth_fail_response(), MHD_set_connection_value(), test_header(), and test_simple_large().

enum MHD_ValueKind MHD_HTTP_Header::kind

Type of the header (where in the HTTP protocol is this header from).

Definition at line 196 of file internal.h.

Referenced by add_response_entry(), build_header_response(), check_argument_match(), MHD_get_connection_values(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), test_header(), and test_simple_large().

struct MHD_HTTP_Header* MHD_HTTP_Header::next

Headers are kept in a linked list.

Definition at line 179 of file internal.h.

Referenced by add_response_entry(), build_header_response(), check_argument_match(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), and test_header().

char* MHD_HTTP_Header::value

The value of the header.

Definition at line 190 of file internal.h.

Referenced by add_response_entry(), build_header_response(), MHD_del_response_header(), MHD_destroy_response(), MHD_get_connection_values(), MHD_get_response_header(), MHD_get_response_headers(), MHD_lookup_connection_value(), MHD_set_connection_value(), test_header(), and test_simple_large().


The documentation for this struct was generated from the following file:
Generated on Thu Sep 27 17:55:22 2012 for GNU libmicrohttpd by  doxygen 1.4.7