pub unsafe extern "C" fn esp_http_client_is_complete_data_received(
    client: esp_http_client_handle_t
) -> bool
Expand description

@brief Checks if entire data in the response has been read without any error.

@param[in] client The esp_http_client handle

@return - true - false