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
Basically subscribe to router events, proposal:
import {Router} from 'Kakapo'; const router = new Router(); router.on('handledRequest', (verb, path, request) => { }); router.on('unhandledRequest', (verb, path, request) => { }); router.on('erroredRequest', (verb, path, request, error) => { });
The text was updated successfully, but these errors were encountered:
@MP0w @joanromano @oskarcieslik not sure how useful this could be...
Sorry, something went wrong.
Don't think is usefull
No branches or pull requests
Basically subscribe to router events, proposal:
The text was updated successfully, but these errors were encountered: