aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Collapse)Author
2024-02-18Add CGI handling to my basic serverMartin Ashby
Fix some missing bits from the comments CGI program, specifically - respect content_length from the web server - write the http status response as a header in the result
2024-02-17Initial work on zig web serverMartin Ashby