GNU libmicrohttpd  0.9.29
MHD_HTTP_Header Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.52/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 235 of file internal.h.

Field Documentation

◆ header

◆ kind

enum MHD_ValueKind MHD_HTTP_Header::kind

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

Definition at line 256 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().

◆ next

◆ value


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