GNU libmicrohttpd  1.0.1
MHD_HTTP_Header Struct Reference

#include </home/vbuilder/rpm/BUILD/libmicrohttpd-1.0.1/src/lib/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 337 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 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(), and MHD_response_get_headers().

◆ next

◆ value


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