Skip to main content

OH_Http_DestroyHeaderEntries

Function OH_Http_DestroyHeaderEntries 

Source
pub unsafe extern "C" fn OH_Http_DestroyHeaderEntries(
    headerEntry: *mut *mut Http_HeaderEntry,
)
Available on crate features api-11 and api-20 only.
Expand description

Destroys all key-value pairs obtained in OH_Http_GetHeaderEntries.

ยงArguments

  • headerEntry - Pointer to the Http_HeaderEntry to be destroyed, headerEntry ends with null.

Required System Capabilities: SystemCapability.Communication.NetStack

Available since API-level: 20