[fetch] Add support for gzip & deflate to the http client

Powered by Cloudflare's zlib fork
This commit is contained in:
Jarred Sumner
2021-10-10 23:41:18 -07:00
parent 5e3d1dd4b5
commit 0db7af6166
18 changed files with 1466 additions and 1100 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
path = src/deps/mimalloc
url = https://github.com/microsoft/mimalloc.git
ignore = dirty
[submodule "src/deps/zlib"]
path = src/deps/zlib
url = https://github.com/cloudflare/zlib