Content-Encoding HTTP Header
Content-Encoding
Encodings used in the message, and the order they appear.
Accepted Values
Multiple options from the list below are allowed, each seperated by a comma.- br
Brotli compression.
- compress
LZW compression.
- deflate
Zlib compression.
- gzip
LZ77 compression.
Example
Content-Encoding: gzip, compress
Parse
Enter a Content-Encoding header below to parse and return details about it.
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding