Added http example to TOC in readme
| 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) |
|
-rw-r--r-- |
README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 18 | | [zig-structs](./zig-structs) | Serialization of a struct into JSON and then reading it back. | |
18 | | [zig-structs](./zig-structs) | Serialization of a struct into JSON and then reading it back. | |
| 19 | | [zig-telnet](./zig-telnet) | Connects to Redis server like it is a basic telnet server. | |
19 | | [zig-telnet](./zig-telnet) | Connects to Redis server like it is a basic telnet server. | |
| 20 | | [zig-x11](./zig-x11) | Uses X11 to create a basic window without any bindings needed. | |
20 | | [zig-x11](./zig-x11) | Uses X11 to create a basic window without any bindings needed. | |
| 21 | | [zig-http](./zig-http) | Basic example of a HTTP 1.1 server without any routing etc. | |
||