Skip to content
New issue

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

Adding custom user-provided throw functions for "Not Implemented" and "Method Not Allowed" #206

Merged
merged 1 commit into from
Nov 24, 2015

Conversation

RobertHerhold
Copy link
Contributor

I have a need to throw my own objects in place of koa-router's default use of HTTPError. This PR adds two functions to the options object in allowedMethods(options). The two new functions will be triggered when the throw option is true and if the functions are defined, otherwise the default HTTPErrors are used.

Added tests and updated the README. Thanks!

@alexmingoia alexmingoia merged commit 814cdc3 into ZijianHe:master Nov 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants