mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
[fetch] Add support for gzip & deflate to the http client
Powered by Cloudflare's zlib fork
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user