mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
[fetch] Add support for gzip & deflate to the http client
Powered by Cloudflare's zlib fork
This commit is contained in:
@@ -14,7 +14,7 @@ const BrowserMap = @import("./package_json.zig").BrowserMap;
|
||||
const CacheSet = cache.Set;
|
||||
usingnamespace @import("./data_url.zig");
|
||||
pub const DirInfo = @import("./dir_info.zig");
|
||||
const HTTPWatcher = @import("../http.zig").Watcher;
|
||||
const HTTPWatcher = if (isTest) void else @import("../http.zig").Watcher;
|
||||
const Wyhash = std.hash.Wyhash;
|
||||
const ResolvePath = @import("./resolve_path.zig");
|
||||
const NodeFallbackModules = @import("../node_fallbacks.zig");
|
||||
|
||||
Reference in New Issue
Block a user