ContentCoding
class ContentCoding (View source)
HTTP Content codings
Constants
| AES128GCM |
aes128gcm HTTP Content coding AES-GCM encryption with a 128-bit content encryption key |
| BR |
br HTTP Content coding Brotli Compressed Data Format |
| COMPRESS |
compress HTTP Content coding UNIX "compress" data format [Welch, T., "A Technique for High Performance Data Compression", IEEE Computer 17(6), June 1984.] |
| DEFLATE |
deflate HTTP Content coding "deflate" compressed data ([RFC1951]) inside the "zlib" data format ([RFC1950]) |
| EXI |
exi HTTP Content coding W3C Efficient XML Interchange [W3C Recommendation: Efficient XML Interchange (EXI) Format] |
| GZIP |
gzip HTTP Content coding GZIP file format [RFC1952] |
| IDENTITY |
identity HTTP Content coding Reserved |
| PACK200_GZIP |
pack200-gzip HTTP Content coding Network Transfer Format for Java Archives [JSR 200: Network Transfer Format for Java][Kumar_Srinivasan][John_Rose] |
| X_COMPRESS |
x-compress HTTP Content coding Deprecated (alias for compress) |
| X_GZIP |
x-gzip HTTP Content coding Deprecated (alias for gzip) |
| ZSTD |
zstd HTTP Content coding A stream of bytes compressed using the Zstandard protocol |