Kurt Griffiths
Kurt Griffiths
Just got a request for this feature via the Gitter channel, copying here for the record: > do we have a sample "manage.py" to run one-off CLI commands in falcon,...
Based on discussions with other members of the maintainer's team during PyCon I think we have come to a rough consensus that our first iteration on this will simply output...
P.S. - We should also provide a basic layout suggestion for a project in the docs that mirrors whatever the CLI tool generates (see also: #1520)
Hi @vit1251, we should be able to support this inside Falcon's own high-performance router as part of #423. The syntax might look something like this: /user/{name:re:[A-Za-z0-9]+} I'd love to get...
(closing since this is covered by #423)
IMO it would be fine to move forward with this. It affords additional use cases without the framework needing to implement and maintain explicit support for them.
@vytas7 I see your point. We should iterate on this design to make it more consistent with other parts of the framework.
Just to clarify, before @michaelgugino's patch was merged, the framework would use a default responder when no route was found for the request. That default responder set the resp status...
Note: As of the 1.0 release, an instance of `HTTPNotFound` is raised.
We should work on this with an eye toward hooking it into our CI pipeline and keeping/graphing historical results on a website ala http://speed.pypy.org/. See also #241.