-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 custom regexps in route variables #204
Comments
You cannot directly use werkzeug (maybe possible to make adapter though). What do you mean by slash usage? Redirecting to slash-trailing url when url is not ended by slash? |
No, i am meaning usage slashes into {variable}, something like werkzeug
|
Aaah, got it. I can extend |
Yes it's what i need. Thank you :) Aaah, got it. I can extend UrlDispather router to support routes like /path/{name:regex} — |
Oh, it's more than enough, thanks a lot :) |
Closing, will be available 0.13 release (or use master branch on your risk :) |
Is there a way to use slashes there? Or may be it is possible to use werkzeug router instead?
The text was updated successfully, but these errors were encountered: