Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 6, 2024
Merged

Conversation

bobf
Copy link
Contributor

@bobf bobf commented Apr 6, 2024

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.

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.
@bobf bobf force-pushed the empty-http-params branch 8 times, most recently from c5bc3e3 to 4579d6c Compare April 6, 2024 19:49
@bobf bobf merged commit 8096962 into main Apr 6, 2024
0 of 6 checks passed
@bobf bobf deleted the empty-http-params branch April 28, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant