pub unsafe extern "C" fn OH_ArkWebRequestHeaderList_GetHeader(
requestHeaderList: *const ArkWeb_RequestHeaderList,
index: i32,
key: *mut *mut c_char,
value: *mut *mut c_char,
)Available on crate features
api-11 and api-12 only.Expand description
Get the specified request header.
ยงArguments
-
requestHeaderList- The list of request header. -
index- The index of request header. -
key- The header key. Caller must release the string by OH_ArkWeb_ReleaseString. -
value- The header value. Caller must release the string by OH_ArkWeb_ReleaseString.
Required System Capabilities: SystemCapability.Web.Webview.Core
Available since API-level: 12