diff options
author | 2021-10-10 23:41:18 -0700 | |
---|---|---|
committer | 2021-10-10 23:41:18 -0700 | |
commit | 0db7af6166dba28126ab71814fc84c75bbd9acef (patch) | |
tree | 2c387e4bfb7ef9794164fb8341b5f507b2d03a58 /README.md | |
parent | 5e3d1dd4b5618a64dac60a1c3345fba084be34b2 (diff) | |
download | bun-0db7af6166dba28126ab71814fc84c75bbd9acef.tar.gz bun-0db7af6166dba28126ab71814fc84c75bbd9acef.tar.zst bun-0db7af6166dba28126ab71814fc84c75bbd9acef.zip |
[fetch] Add support for gzip & deflate to the http client
Powered by Cloudflare's zlib fork
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -557,6 +557,7 @@ Bun also statically links these libraries: - `libicu`, which can be found here: https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE - [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License - [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed +- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed For compatibiltiy reasons, these NPM packages are embedded into Bun's binary and injected if imported. |