mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 17:15:37 +00: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;
|