Structure of the HTTP_CLIENT_CALLBACK_RECV_CHUNKED_DATA callback.
#include <http_client.h>
Data Fields | |
char * | data |
Buffer of data. More... | |
char | is_complete |
A flag for the indicating whether the last data. More... | |
uint32_t | length |
Length of chunked data. More... | |
char * http_client_data_recv_chunked_data::data |
Buffer of data.
Referenced by _http_client_handle_entity(), _http_client_read_chuked_entity(), and http_client_callback().
char http_client_data_recv_chunked_data::is_complete |
A flag for the indicating whether the last data.
Referenced by _http_client_handle_entity(), _http_client_read_chuked_entity(), http_client_callback(), and http_client_socket_no_content_length_handler().
uint32_t http_client_data_recv_chunked_data::length |
Length of chunked data.
Referenced by _http_client_handle_entity(), _http_client_read_chuked_entity(), and http_client_callback().