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