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

#include </builddir/build/BUILD/libmicrohttpd-0.9.34/src/microspdy/structures.h>

Data Fields

struct SPDY_NameValuenext
 
struct SPDY_NameValueprev
 
char * name
 
char ** value
 
unsigned int num_values
 

Detailed Description

Collection of HTTP headers used in requests and responses.

Definition at line 486 of file structures.h.

Field Documentation

struct SPDY_NameValue* SPDY_NameValue::next
unsigned int SPDY_NameValue::num_values
struct SPDY_NameValue* SPDY_NameValue::prev

This is a doubly-linked list.

Definition at line 496 of file structures.h.

Referenced by SPDY_name_value_add().

char** SPDY_NameValue::value

Array of Null terminated strings for value. num_values is the length of the array.

Definition at line 507 of file structures.h.

Referenced by spdy_handler_new_stream(), SPDY_name_value_add(), SPDY_name_value_destroy(), SPDY_name_value_iterate(), SPDY_name_value_lookup(), SPDYF_name_value_from_stream(), SPDYF_name_value_is_empty(), and SPDYF_name_value_to_stream().


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