An HTTP/1.1 server for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

http.zig / build.zig.zon
671 B 17 lines
1.{ 2 .name = .httpz, 3 .paths = .{""}, 4 .version = "0.0.0", 5 .fingerprint = 0x472add02ac73d53c, 6 .dependencies = .{ 7 .metrics = .{ 8 .url = "https://github.com/karlseguin/metrics.zig/archive/6de29b83a750a06c438d268543e0e3c3c1b309da.tar.gz", 9 .hash = "metrics-0.0.0-W7G4eIegAQD4XxA9Co7Atbw59u_2zvxYf406AZuoAHPM", 10 }, 11 .websocket = .{ 12 .url = "https://github.com/karlseguin/websocket.zig/archive/6d309f7a9790030f2fc070323b5defc64a15c13b.tar.gz", 13 .hash = "websocket-0.1.0-ZPISdV_aBACU9pGuvrTQ2z8uxz_Sp8JnJgQaiGKQIx1l", 14 }, 15 // .websocket = .{ .path = "../websocket.zig" }, 16 }, 17}