HTTP client response instance.
#include <http_client.h>
Data Fields | |
int | content_length |
Content-Length of this response. More... | |
int | read_length |
The size of the data received. More... | |
uint16_t | response_code |
Response code of this response. More... | |
uint32_t | state |
Status of response. More... | |
int http_client_resp::content_length |
Content-Length of this response.
int http_client_resp::read_length |
The size of the data received.
uint16_t http_client_resp::response_code |
Response code of this response.
uint32_t http_client_resp::state |
Status of response.