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
Some helpers that are missing from h3, and require users to explicitly rely on event.node.
event.node
We should provide the following helpers as a part of the migration to #73
Once everything is covered, we can start deprecating event.node usage for end-users, as they should not rely on node agnostic API for their needs.
Header :
Response :
URL :
Note specific :
Reference for implementation and test https://github.com/Hebilicious/h3/pull/2/files
The text was updated successfully, but these errors were encountered:
removeResponseHeader
clearResponseHeaders
I think now we have most missing utils as event.[] props. Let's see what is missing in the future.
event.[]
Sorry, something went wrong.
Hebilicious
Successfully merging a pull request may close this issue.
Describe the feature
Some helpers that are missing from h3, and require users to explicitly rely on
event.node
.We should provide the following helpers as a part of the migration to #73
Once everything is covered, we can start deprecating
event.node
usage for end-users, as they should not rely on node agnostic API for their needs.Header :
Response :
URL :
Note specific :
Reference for implementation and test https://github.com/Hebilicious/h3/pull/2/files
Additional information
The text was updated successfully, but these errors were encountered: