Tizen RT Libs&Environment
v1.0 D5
|
APIs for key/value in HTTP Server. More...
Go to the source code of this file.
Data Structures | |
struct | http_keyvalue_t |
HTTP keyvalue structure. More... | |
struct | http_keyvalue_list_t |
HTTP keyvalue linked list structure. More... | |
Functions | |
int | http_keyvalue_list_init (struct http_keyvalue_list_t *list) |
http_keyvalue_list_init() allocates list's head and tail. More... | |
int | http_keyvalue_list_release (struct http_keyvalue_list_t *list) |
http_keyvalue_list_release() frees list. More... | |
int | http_keyvalue_list_add (struct http_keyvalue_list_t *list, const char *key, const char *value) |
http_keyvalue_list_add() adds keyvalue to list. More... | |
int | http_keyvalue_list_delete_tail (struct http_keyvalue_list_t *list) |
http_keyvalue_list_delete_tail() deletes keyvalue to list where in list's tail. More... | |
char * | http_keyvalue_list_find (struct http_keyvalue_list_t *list, const char *key) |
http_keyvalue_list_find() finds a value with a specific key. More... | |
APIs for key/value in HTTP Server.
Definition in file http_keyvalue_list.h.