pub unsafe extern "C" fn esp_http_client_is_complete_data_received(
    client: *mut esp_http_client
) -> 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