From b494331cbbd3d0d17d625f66cef27b60cf125ce1 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 23 Mar 2024 16:44:25 -0500 Subject: Add initial zhttpd It is functional, however it relies on "mime.zig", which I don't yet know how to link. It also currently only supports error codes 200 and 404. It deserves to be made better, but I'll have to see how to make that happen as I go along. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6357e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore zig compiler generated dirs +zig-cache/ +zig-out/ -- cgit v1.2.3