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
As discussed here #140 (comment) and here #140 (comment)
This would let you fallback on the original response. I want to discuss to understand if we should add this to Kakapo or not.
example
router.get("/users/:id") { request in if wantToHandleIt { return something } return request.continue() }
API naming could also be Request.original() or something like that.
Request.original()
The text was updated successfully, but these errors were encountered:
joanromano
No branches or pull requests
As discussed here #140 (comment) and here #140 (comment)
This would let you fallback on the original response.
I want to discuss to understand if we should add this to Kakapo or not.
example
API naming could also be
Request.original()
or something like that.The text was updated successfully, but these errors were encountered: