Function esp_idf_hal::sys::esp_http_client_is_chunked_response
source ยท pub unsafe extern "C" fn esp_http_client_is_chunked_response(
client: *mut esp_http_client,
) -> bool
Expand description
@brief Check response data is chunked
@param[in] client The esp_http_client handle
@return true or false