zigwebserver

Tools for writing web stuff in zig
Log | Files | Refs

DateCommit messageAuthorFiles+-
2024-05-26 14:02Changes for latest zig masterMartin Ashby1+4-4
2024-02-01 14:12Update for zig masterMartin Ashby4+9-8
2023-08-28 18:37Add library output as well as executableMartin Ashby1+9-1
2023-08-28 18:30update build.zig for module systemMartin Ashby1+3-0
2023-08-25 19:56Add build.zig.zonMartin Ashby1+4-0
2023-08-22 08:04Decouple Router from std.http module In case we want to use it in a CGI application :^)Martin Ashby1+23-35
2023-08-06 20:38Add structure parsing to form/query handlingMartin Ashby1+81-0
2023-08-06 18:55Percent-decode query parameters like they shoud be according to the spec https://www.w3.org/TR/html401/interact/forms.htmlMartin Ashby2+140-41
2023-08-06 05:59Add path parsing, use itMartin Ashby2+145-47
2023-07-30 21:05Import server and router from ziggit to zigwebserver for reuse in other projects.Martin Ashby2+347-0
2023-07-18 13:49zig fmtMartin Ashby1+50-50
2023-07-18 13:48added status message to error responseMartin Ashby1+6-6
2023-07-18 13:32enough of a web server to host the zig docsMartin Ashby4+142-0