Skip to content
Ethan Leisinger edited this page Apr 16, 2022 · 2 revisions

Supported Encoding Libraries

Status Encoding Header Go Library used Notes
gzip gzip compress/gzip
brotli br github.com/andybalholm/brotli As of v0.4.2 support for brotli has been removed. It appears yaegi does not yet support brotli in runtime compilation
zlib deflate compress/zlib
lzw compress compress/lzw This compression's use is limited and will likely not be implemented
identity identity or (not compressed)
Clone this wiki locally