We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
c.body
null
return c.text('no content', 204) // <--- Error! - 204 response must not have body
But now, c.body not accept null.
The text was updated successfully, but these errors were encountered:
fix(Context): c.body() accept null for 204 response
c.body()
d0691b9
Fix #242
fix(Context): c.body() accept null for 204 response (#245)
600847b
fix: 204 problem
ec57b61
- ref: honojs/hono#242
Successfully merging a pull request may close this issue.
But now,
c.body
not acceptnull
.The text was updated successfully, but these errors were encountered: