Function esp_idf_hal::sys::esp_http_client_set_timeout_ms
source ยท pub unsafe extern "C" fn esp_http_client_set_timeout_ms(
client: *mut esp_http_client,
timeout_ms: i32,
) -> i32
Expand description
@brief Set http request timeout
@param[in] client The esp_http_client handle @param[in] timeout_ms The timeout value
@return - ESP_OK - ESP_ERR_INVALID_ARG