summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-11 22:32:56 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-11 22:32:56 +0100
commit29fb1c172b2b235a6484f23f8d5b391f877e98eb (patch)
tree7c8008a2c692af9104e0a9e91358779db99e7d28 /README.md
parent68ac646c552980e8119e0a789b83ba82d0a594a4 (diff)
downloadprobe-29fb1c172b2b235a6484f23f8d5b391f877e98eb.tar.gz
Added simple HTTPD server in C
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c71ba6c..c9065fb 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ running it.
| [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. |
| [c-signals](./c-signals) | clang-17 | Uses SIGUSR1 and SIGUSR2 as IPC mechanism. |
| [c-structs](./c-structs) | clang-17 | Saves and reads structs in/from binary files. |
+| [c-httpd](./c-httpd) | clang-17 | Simple HTTP server written in C. |
| [zig-c-interop](./zig-c-interop) | zig-0.11.0 | Uses functions written in C from Zig code. |
| [zig-ppm](./zig-ppm) | zig-0.11.0 | Creates an image with random pixels in PPM image format. |
| [zig-struct-json](./zig-struct-json) | zig-0.11.0 | Serialization of a struct into JSON and then reading it back. |