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

Routes should be evaluated in order of greediness #16

Open
Nevett opened this issue Dec 5, 2018 · 0 comments
Open

Routes should be evaluated in order of greediness #16

Nevett opened this issue Dec 5, 2018 · 0 comments

Comments

@Nevett
Copy link
Contributor

Nevett commented Dec 5, 2018

If I register two Handlers, one with a route of

/foo/something-specific

and another Handler with a route of

/foo/{param}

I would like to have it guaranteed that a request to the /foo/something-specific is handled by the first Handler, and not treated as a request to the latter with param = "something-specific"

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

No branches or pull requests

1 participant