Apply content-encoding decompression to a raw body stream.
Dynamically imports response.ts so that environments that don't use
decompression don't pay the code cost. The import is cached by the runtime.
Supported encodings: gzip, deflate, br (brotli)
Unsupported encodings (zstd, etc.) are passed through compressed; caller must handle or error.
Apply content-encoding decompression to a raw body stream. Dynamically imports response.ts so that environments that don't use decompression don't pay the code cost. The import is cached by the runtime.
Supported encodings: gzip, deflate, br (brotli) Unsupported encodings (zstd, etc.) are passed through compressed; caller must handle or error.