Skip to content

Commit 2ee3289

Browse files
authored
Merge pull request #15123 from truemedian/http-server
std.http: add http server
2 parents c22a30a + 7f9a462 commit 2ee3289

File tree

7 files changed

+2205
-1112
lines changed

7 files changed

+2205
-1112
lines changed

lib/std/http.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
pub const Client = @import("http/Client.zig");
2+
pub const Server = @import("http/Server.zig");
3+
pub const protocol = @import("http/protocol.zig");
24

35
pub const Version = enum {
46
@"HTTP/1.0",

0 commit comments

Comments
 (0)