mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
43d52fa4c5
Based on lua-http's data structure
6 lines
115 B
Zig
6 lines
115 B
Zig
test "std.http" {
|
|
_ = @import("http/headers.zig");
|
|
}
|
|
|
|
pub const Headers = @import("http/headers.zig").Headers;
|