summaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Collapse)Author
2024-02-01Update for zig masterMartin Ashby
2023-08-06Percent-decode query parameters like they shoud be according to the specMartin Ashby
https://www.w3.org/TR/html401/interact/forms.html
2023-08-06Add path parsing, use itMartin Ashby
2023-07-30Import server and router from ziggit to zigwebserver for reuse in otherMartin Ashby
projects.
2023-07-18zig fmtMartin Ashby
2023-07-18added status message to error responseMartin Ashby
2023-07-18enough of a web server to host the zig docsMartin Ashby