Safari 3.1 - 17.4: Not supported 17.5: Not supported 17.6 - TP: Not supported Firefox 2 - 125: Not supported 126 - 127: Supported 128: Supported 129 - 131: Supported Opera 9 - 108: Not supported 109 - 110: Supported 111: Supported ...
3565 + # PyPi zstandard package implements 'zstd' Content-Encoding (RFC 8878 7.2) 3566 + try: 3567 + import zstandard as compat_zstandard 3568 + except ImportError: 3569 + compat_zstandard = None 3570 + 3564 3571 3565 3572 legacy = [ 3566 3573 'compat_HTMLParseError', @@...
The Content-Encoding header should be "zstd". Complementary information No response Build target Docker linux/amd64 Environment and specs static-web-server:v2.31.1 Rust:v1.78.0 OS:Docker on Ubuntu 22.04 Arch:x86_64 (64-bit) Docker:26.1.3-1 ...
Add support for zstd Content-Encoding in HTTP/2 and HTTP, which is fairly widely supported in browsers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding Requires
Description This PR fixes an issue when performing file requests with the Accept-Encoding: zstd header and getting an incorrect Content-Encoding header value for Zstd files if enabling the compres...