GNUnet 0.21.1
HttpResponseHeader Struct Reference

A header list. More...

Collaboration diagram for HttpResponseHeader:
[legend]

Data Fields

struct HttpResponseHeadernext
 DLL. More...
 
struct HttpResponseHeaderprev
 DLL. More...
 
char * type
 Header type. More...
 
char * value
 Header value. More...
 

Detailed Description

A header list.

Definition at line 441 of file gnunet-gns-proxy.c.

Field Documentation

◆ next

struct HttpResponseHeader* HttpResponseHeader::next

DLL.

Definition at line 446 of file gnunet-gns-proxy.c.

Referenced by create_mhd_response_from_s5r().

◆ prev

struct HttpResponseHeader* HttpResponseHeader::prev

DLL.

Definition at line 451 of file gnunet-gns-proxy.c.

◆ type

char* HttpResponseHeader::type

Header type.

Definition at line 456 of file gnunet-gns-proxy.c.

Referenced by curl_check_hdr().

◆ value

char* HttpResponseHeader::value

Header value.

Definition at line 461 of file gnunet-gns-proxy.c.

Referenced by curl_check_hdr().


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