aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-10 23:41:18 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-10-10 23:41:18 -0700
commit0db7af6166dba28126ab71814fc84c75bbd9acef (patch)
tree2c387e4bfb7ef9794164fb8341b5f507b2d03a58 /README.md
parent5e3d1dd4b5618a64dac60a1c3345fba084be34b2 (diff)
downloadbun-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 973f0322a..1e47b79c0 100644
--- a/README.md
+++ b/README.md
@@ -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.