falconry/falcon

Regular expression route converter

開放

#857 建立於 2016年8月4日

 (5 則留言) (2 個反應) (0 位負責人)Python (925 個分叉)batch import
enhancementgood first issueneeds contributorproposal

倉庫指標

星標
 (9,293 顆星)
PR 合併指標
 (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?

貢獻者指南