async: adapt async cli

This commit is contained in:
Pierre Tachoire
2024-11-15 14:37:19 +01:00
parent fadf3f609a
commit 6809bb5393
7 changed files with 282 additions and 295 deletions

View File

@@ -1,6 +1,6 @@
const std = @import("std");
const parser = @import("netsurf");
const Client = @import("async/Client.zig");
const Client = @import("http/async/main.zig").Client;
pub const UserContext = struct {
document: *parser.DocumentHTML,