You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The supported codecs are:
12
12
* Brotli
13
13
* Zstandard
14
14
15
-
The 'identity' and 'amz-1.0'encodings (no-op encodings) are also correctly supported.
15
+
The 'identity', 'amz-1.0', 'none', 'text' and 'utf-8' encodings (no-op encodings) are also supported, passed through with no en/decoding at all. Only 'identity' is standard, but the others are all in common use regardless.
16
16
17
17
Found a codec used in real-world HTTP that isn't supported? Open an issue!
0 commit comments