mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00

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.