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