SPDY_NameValue Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.33/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

This is a doubly-linked list.

Definition at line 496 of file structures.h.

Referenced by SPDY_name_value_add().

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:

Generated on 14 Oct 2014 for GNU libmicrohttpd by  doxygen 1.6.1