Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | Use mime as a git submodule | zachir | |
This commit adds the submodule, and changes @include("mime.zig") to refer to the new subdirectory. | |||
2024-03-23 | Add initial zhttpd | zachir | |
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. |