Tizen RT Libs&Environment  v1.0 D5
http_keyvalue_t Struct Reference

HTTP keyvalue structure. More...

#include <http_keyvalue_list.h>

Collaboration diagram for http_keyvalue_t:

Data Fields

char key [HTTP_CONF_MAX_KEY_LENGTH]
 
char value [HTTP_CONF_MAX_VALUE_LENGTH]
 
struct http_keyvalue_tprev
 
struct http_keyvalue_tnext
 

Detailed Description

HTTP keyvalue structure.

Definition at line 45 of file http_keyvalue_list.h.

Field Documentation

Definition at line 46 of file http_keyvalue_list.h.

struct http_keyvalue_t* next

Definition at line 50 of file http_keyvalue_list.h.

struct http_keyvalue_t* prev

Definition at line 49 of file http_keyvalue_list.h.

Definition at line 47 of file http_keyvalue_list.h.


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