jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
308 stars 15 forks source link

Closes #53: Add support for empty HTTP query param #54

Closed bobf closed 2 months ago

bobf commented 2 months ago

When query param is empty, use jetzig.data.Data.NullType - this way the value is still non-null (i.e. can be captured) and is still a jetzig.data.Value so is consistent with previous implementation.

Add very weird bugfix for 404 responses.

Fix Bad Request response code.