pub unsafe extern "C" fn esp_http_client_set_method(
    client: *mut esp_http_client,
    method: u32
) -> i32
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