Skip to main content

Enumeration: Encoder

Common content encodings used in HTTP.

Enumeration Members

BR

BR: "br"

Brotli compression encoding.

See

https://en.wikipedia.org/wiki/Brotli

Defined in

types/http/Encoders.ts:15


CHUNKED

CHUNKED: "chunked"

Chunked transfer encoding, used in HTTP/1.1.

See

https://en.wikipedia.org/wiki/Chunked_transfer_encoding

Defined in

types/http/Encoders.ts:39


COMPRESS

COMPRESS: "compress"

Compress encoding (LZW, historical and less common).

See

https://en.wikipedia.org/wiki/Compress

Defined in

types/http/Encoders.ts:21


DEFLATE

DEFLATE: "deflate"

Deflate compression encoding.

See

https://en.wikipedia.org/wiki/DEFLATE

Defined in

types/http/Encoders.ts:27


GZIP

GZIP: "gzip"

Gzip compression encoding.

See

https://en.wikipedia.org/wiki/Gzip

Defined in

types/http/Encoders.ts:9


IDENTITY

IDENTITY: "identity"

Identity encoding (no transformation applied).

See

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding

Defined in

types/http/Encoders.ts:33