HTTP client request instance.
#include <http_client.h>
Data Fields | |
int | content_length |
Content-Length of this request. More... | |
struct http_entity | entity |
Entity of this request. More... | |
enum http_method | method |
Method of this request. More... | |
int | sent_length |
The size of the data sent. More... | |
uint32_t | state |
Status of request. More... | |
char | uri [HTTP_MAX_URI_LENGTH] |
URI of this request. More... | |
int http_client_req::content_length |
Content-Length of this request.
struct http_entity http_client_req::entity |
Entity of this request.
enum http_method http_client_req::method |
Method of this request.
int http_client_req::sent_length |
The size of the data sent.
uint32_t http_client_req::state |
Status of request.
char http_client_req::uri[HTTP_MAX_URI_LENGTH] |
URI of this request.