enhancementgood first issueneeds contributorproposal
仓库指标
- Star
- (9,293 star)
- PR 合并指标
- (平均合并 2天 7小时) (30 天内合并 9 个 PR)
描述
I have question about embedding regular expression in route object like it doing in flask.
Let's I show you example:
/user/<name:[A-Za-z0-9]+>
/article/<article_id:[0-9A-F]+>
...
Could you have this or maybe a good idea porting Flask router to falcon system?