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
@hono/typebox-validator
It would be much better if the "form", "query", "param", and "headers" data were parsed before validation.
See this: GitHub Discussion
The text was updated successfully, but these errors were encountered:
I stumbled over this too.
Tried to use Type.Transform() but the Decode() gets not invoked like z.coerce.
Type.Transform()
Decode()
z.coerce
So, is there a workaround or could this be fixed?
https://stackblitz.com/edit/hono-test-typebox-query-params?file=src%2Findex.ts&terminal=dev
Sorry, something went wrong.
No branches or pull requests
Which middleware is the feature for?
@hono/typebox-validator
What is the feature you are proposing?
It would be much better if the "form", "query", "param", and "headers" data were parsed before validation.
See this: GitHub Discussion
The text was updated successfully, but these errors were encountered: