diff --git a/README.md b/README.md index 878ad50c3e8fe22abcf1d8641d761ae308d22a2b..651395bc443b0a0fe83905b981967a5190272bc3 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ | [zig-ppm](./zig-ppm) | Creates an image with random pixels in PPM image format. | | [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. |