pub unsafe extern "C" fn OH_ArkWebHttpBodyStream_IsChunked(
httpBodyStream: *const ArkWeb_HttpBodyStream,
) -> boolExpand 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