Tizen RT Libs&Environment
v1.0 D5
|
HTTP response structure. More...
#include <webclient.h>
Data Fields | |
int | method |
char * | url |
int | status |
char * | phrase |
struct http_keyvalue_list_t * | headers |
char * | message |
char * | entity |
unsigned int | entity_len |
HTTP response structure.
Definition at line 140 of file webclient.h.
char* entity |
Definition at line 147 of file webclient.h.
unsigned int entity_len |
Definition at line 148 of file webclient.h.
struct http_keyvalue_list_t* headers |
Definition at line 145 of file webclient.h.
char* message |
Definition at line 146 of file webclient.h.
int method |
Definition at line 141 of file webclient.h.
char* phrase |
Definition at line 144 of file webclient.h.
int status |
Definition at line 143 of file webclient.h.
char* url |
Definition at line 142 of file webclient.h.