[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

View File

@@ -12,7 +12,7 @@ const mem = std.mem;
const meta = std.meta;
const trait = meta.trait;
const Allocator = mem.Allocator;
const Wyhash = @import("./Wyhash.zig").Wyhash;
const Wyhash = std.hash.Wyhash;
pub fn getAutoHashFn(comptime K: type) (fn (K) u64) {
comptime {