Available on crate features
api-11 and api-20 only.Expand description
C interface for the HTTP module of NetworkKit netstack.
Functions§
- OH_
Http_ ⚠Create Headers - Creates headers for a request or response.
- OH_
Http_ ⚠Create Request - Create a http request.
- OH_
Http_ ⚠Destroy - Destroy the HTTP request.
- OH_
Http_ ⚠Destroy Header Entries - Destroys all key-value pairs obtained in
OH_Http_GetHeaderEntries. - OH_
Http_ ⚠Destroy Headers - Destroys the headers of a request or response.
- OH_
Http_ ⚠GetHeader Entries - Obtains all the key-value pairs of a request or response header.
- OH_
Http_ ⚠GetHeader Value - Obtains the value of a request or response header by key.
- OH_
Http_ ⚠Request - Initiates an HTTP request.
- OH_
Http_ ⚠SetHeader Value - Sets the key-value pair of the request or response header.