Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for router converters #17

Open
pimuzzo opened this issue Jan 13, 2020 · 1 comment
Open

Add support for router converters #17

pimuzzo opened this issue Jan 13, 2020 · 1 comment

Comments

@pimuzzo
Copy link

pimuzzo commented Jan 13, 2020

A route with a converter like this:
api.add_route('/{some_field:mc}', some_resource)
produces this kind of spec:
"/{some_field:mc}" instead of "/{some_field}"

https://falcon.readthedocs.io/en/stable/api/api.html#falcon.routing.CompiledRouterOptions.converters

@pimuzzo pimuzzo changed the title Add support for custom converters Add support for router converters Jan 13, 2020
@alysivji
Copy link
Owner

Hi @pimuzzo. Would love help getting this feature implemented

I don't use Falcon on a regular basis, but am able to review and merge PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants