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.
Referenced by _http_client_handle_entity(), _http_client_handle_header(), and http_client_socket_no_content_length_handler().
int http_client_resp::read_length |
The size of the data received.
Referenced by _http_client_handle_entity(), _http_client_handle_header(), and _http_client_read_chuked_entity().
uint16_t http_client_resp::response_code |
Response code of this response.
Referenced by _http_client_handle_entity(), _http_client_handle_header(), _http_client_read_chuked_entity(), and http_client_socket_no_content_length_handler().
uint32_t http_client_resp::state |