pub unsafe extern "C" fn OH_ArkWebHttpBodyStream_GetSize(
httpBodyStream: *const ArkWeb_HttpBodyStream,
) -> u64Expand description
@brief Get the total size of the data stream.
When data is chunked or httpBodyStream is invalid, always return zero.\n
@param httpBodyStream The ArkWeb_HttpBodyStream. @return The size of data stream.
@syscap SystemCapability.Web.Webview.Core @since 12