falconry/falcon

Regular expression route converter

Open

#857 创建于 2016年8月4日

在 GitHub 查看
 (5 评论) (2 反应) (0 负责人)Python (9,293 star) (925 fork)batch import
enhancementgood first issueneeds contributorproposal

描述

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?

贡献者指南

Regular expression route converter · falconry/falcon#857 | Good First Issue