falconry/falcon

Regular expression route converter

Open

#857 aperta il 4 ago 2016

Vedi su GitHub
 (5 commenti) (2 reazioni) (0 assegnatari)Python (925 fork)batch import
enhancementgood first issueneeds contributorproposal

Metriche repository

Star
 (9293 star)
Metriche merge PR
 (Merge medio 2g 7h) (9 PR mergiate in 30 g)

Descrizione

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?

Guida contributor