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 theHttp_HeaderEntryto be destroyed, headerEntry ends with null.
Required System Capabilities: SystemCapability.Communication.NetStack
Available since API-level: 20