Tizen RT Libs&Environment
v1.0 D5
|
http request message. More...
#include <http_server.h>
Data Fields | |
char * | req_msg |
int | method |
uint32_t | client_ip |
char * | url |
struct http_keyvalue_list_t * | headers |
char * | entity |
char * | query_string |
http request message.
Definition at line 146 of file http_server.h.
uint32_t client_ip |
Definition at line 149 of file http_server.h.
char* entity |
Definition at line 152 of file http_server.h.
struct http_keyvalue_list_t* headers |
Definition at line 151 of file http_server.h.
int method |
Definition at line 148 of file http_server.h.
char* query_string |
Definition at line 153 of file http_server.h.
char* req_msg |
Definition at line 147 of file http_server.h.
char* url |
Definition at line 150 of file http_server.h.