Skip to main content

OH_ArkWebHttpBodyStream_IsChunked

Function OH_ArkWebHttpBodyStream_IsChunked 

Source
pub unsafe extern "C" fn OH_ArkWebHttpBodyStream_IsChunked(
    httpBodyStream: *const ArkWeb_HttpBodyStream,
) -> bool
Available on crate features api-11 and api-12 only.
Expand description

Get if the data stream is chunked.

§Arguments

  • httpBodyStream - The ArkWeb_HttpBodyStream.

§Returns

  • True if is chunked; false otherwise.

Required System Capabilities: SystemCapability.Web.Webview.Core

Available since API-level: 12