SAP Cloud SDK for JavaScript - v4.5.1
    Preparing search index...

    Type Alias RequestCompressionAlgorithm

    RequestCompressionAlgorithm: "gzip" | "brotli" | "deflate" | "zstd"

    Supported compression algorithms.

    • gzip is widely supported.
    • brotli is supported by modern servers and can offer better compression rates, but may be slower.
    • deflate is similar to gzip but less commonly used.
    • zstd is experimental, requires Node.js v22.15.0 or higher, and can provide higher compression ratios and speed.

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.