GNU libmicrohttpd  0.9.29
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
MHD_HTTP_Header Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.34/src/microhttpd/internal.h>

Data Fields

struct MHD_HTTP_Headernext
 
char * header
 
char * value
 
enum MHD_ValueKind kind
 

Detailed Description

Header or cookie in HTTP request or response.

Definition at line 222 of file internal.h.

Field Documentation

enum MHD_ValueKind MHD_HTTP_Header::kind

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

Definition at line 244 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(), and test_header().


The documentation for this struct was generated from the following file: