pub unsafe extern "C" fn esp_http_client_set_authtype(
    client: esp_http_client_handle_t,
    auth_type: esp_http_client_auth_type_t
) -> esp_err_t
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