Function esp_idf_hal::sys::esp_http_client_delete_header

source ยท
pub unsafe extern "C" fn esp_http_client_delete_header(
    client: *mut esp_http_client,
    key: *const i8,
) -> i32
Expand description

@brief Delete http request header

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

@return

  • ESP_OK
  • ESP_FAIL