pub unsafe extern "C" fn esp_http_client_set_timeout_ms(
    client: esp_http_client_handle_t,
    timeout_ms: c_int
) -> esp_err_t
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