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

Support wildcard verbs in routes #386

Closed
seancorfield opened this issue Oct 21, 2015 · 1 comment
Closed

Support wildcard verbs in routes #386

seancorfield opened this issue Oct 21, 2015 · 1 comment
Assignees
Milestone

Comments

@seancorfield
Copy link
Member

This will make error handling easier since you can have "$*/resource" = "/resource/error" instead of needing a generic error handler.

@seancorfield seancorfield self-assigned this Oct 21, 2015
@seancorfield seancorfield added this to the 3.6 milestone Oct 21, 2015
@seancorfield
Copy link
Member Author

You can already have plain old "/resource" and it matches any verb so this is just a convenience to make it explicit that you're matching any verb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant