We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c502a0 commit bb57bbaCopy full SHA for bb57bba
core/http/src/header/known_content_codings.rs
@@ -3,7 +3,8 @@ macro_rules! known_content_codings {
3
Any (is_any): "any content coding", "*",
4
// BR (is_br): "Brotli Compressed Data Format", "br",
5
// COMPRESS (is_compress): "UNIX \"compress\" data format", "compress",
6
- // DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\" data format", "deflate",
+ // DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\"
7
+ // data format", "deflate",
8
GZIP (is_gzip): "GZIP file format", "gzip",
9
IDENTITY (is_identity): "Reserved", "identity",
10
})
0 commit comments