pub unsafe extern "C" fn esp_http_client_set_method(
    client: esp_http_client_handle_t,
    method: esp_http_client_method_t
) -> esp_err_t
Expand description

@brief Set http request method

@param[in] client The esp_http_client handle @param[in] method The method

@return - ESP_OK - ESP_ERR_INVALID_ARG