diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 18:46:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 18:46:52 +0200 |
| commit | b2503e50f7d6e31bf6b553c192d34d87eaac055b (patch) | |
| tree | b96ddd34dd4550eec7e421e5242320f5e3b1edce | |
| parent | 135321620a433778be784ed8811af40a8cfb2875 (diff) | |
| download | probe-b2503e50f7d6e31bf6b553c192d34d87eaac055b.tar.gz | |
Added http example to TOC in readme
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. | |
