Package-level declarations

Types

Link copied to clipboard

Represents a compression algorithm. Used by an interceptor to compress request payloads on operations with the requestCompression trait

Link copied to clipboard
expect class Gzip : CompressionAlgorithm

The gzip compression algorithm. Used to compress http requests.

actual class Gzip

The gzip compression algorithm. Used to compress http requests.