falconry/falcon

Regular expression route converter

Open

#857 aberto em 4 de ago. de 2016

Ver no GitHub
 (5 comments) (2 reactions) (0 assignees)Python (925 forks)batch import
enhancementgood first issueneeds contributorproposal

Métricas do repositório

Stars
 (9.293 stars)
Métricas de merge de PR
 (Mesclagem média 2d 7h) (9 fundiu PRs em 30d)

Description

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?

Guia do colaborador