From b2503e50f7d6e31bf6b553c192d34d87eaac055b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 16 Sep 2024 18:46:52 +0200 Subject: Added http example to TOC in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 878ad50..651395b 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ reference them later if I need to. | [zig-structs](./zig-structs) | Serialization of a struct into JSON and then reading it back. | | [zig-telnet](./zig-telnet) | Connects to Redis server like it is a basic telnet server. | | [zig-x11](./zig-x11) | Uses X11 to create a basic window without any bindings needed. | +| [zig-http](./zig-http) | Basic example of a HTTP 1.1 server without any routing etc. | -- cgit v1.2.3