Ability to have a path that includes a path parameter wildcard/catchall #2401
WilliamStam
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in fastapi its something like
/something/{rest_of_path:path}
and that would matchthe parameter in the route handler will be "rest_of_path" and be
this was a bit of a pain point with me.
Beta Was this translation helpful? Give feedback.
All reactions