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

how to support regex patterns in routes. #10

Open
indrajithi opened this issue Dec 26, 2019 · 1 comment
Open

how to support regex patterns in routes. #10

indrajithi opened this issue Dec 26, 2019 · 1 comment

Comments

@indrajithi
Copy link

How can I match /something/:every_uuid ?

@johanhaleby
Copy link
Owner

There's no built-in support for this, but you could probably create a custom requesting matching function (see bullet point 3 in the docs). Better path-matching, for example ability to match on path parameters as you imply, would probably be a good addition to the library though.

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

No branches or pull requests

2 participants