-
Notifications
You must be signed in to change notification settings - Fork 12
Status
Ethan Leisinger edited this page Apr 16, 2022
·
2 revisions
| 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) |