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
Expand description

@brief Get if the data stream is chunked. @param httpBodyStream The ArkWeb_HttpBodyStream. @return True if is chunked; false otherwise.

@syscap SystemCapability.Web.Webview.Core @since 12