Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-01 | Update for zig master | Martin Ashby | |
2023-08-22 | Decouple Router from std.http module | Martin Ashby | |
In case we want to use it in a CGI application :^) | |||
2023-08-06 | Add structure parsing to form/query handling | Martin Ashby | |
2023-08-06 | Percent-decode query parameters like they shoud be according to the spec | Martin Ashby | |
https://www.w3.org/TR/html401/interact/forms.html | |||
2023-08-06 | Add path parsing, use it | Martin Ashby | |
2023-07-30 | Import server and router from ziggit to zigwebserver for reuse in other | Martin Ashby | |
projects. |