zig/lib/std/http.zig
Andrew Kelley ed36dbbd9c
mv std/ lib/
that's all this commit does. further commits will fix cli flags and
such.

see #2221
2019-09-25 23:35:41 -04:00

6 lines
115 B
Zig

test "std.http" {
_ = @import("http/headers.zig");
}
pub const Headers = @import("http/headers.zig").Headers;