Function esp_idf_hal::sys::esp_http_client_set_authtype

source ยท
pub unsafe extern "C" fn esp_http_client_set_authtype(
    client: *mut esp_http_client,
    auth_type: u32,
) -> i32
Expand description

@brief Set http request auth_type.

@param[in] client The esp_http_client handle @param[in] auth_type The esp_http_client auth type

@return - ESP_OK - ESP_ERR_INVALID_ARG