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

HTTP response structure. More...

#include <webclient.h>

Collaboration diagram for http_client_response_t:

Data Fields

int method
 
char * url
 
int status
 
char * phrase
 
struct http_keyvalue_list_theaders
 
char * message
 
char * entity
 
unsigned int entity_len
 

Detailed Description

HTTP response structure.

Definition at line 140 of file webclient.h.

Field Documentation

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.


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