-
-
Notifications
You must be signed in to change notification settings - Fork 931
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
[QUESTION] Relative Path #795
Comments
Sure thing... |
Actually this returned the full path, like |
Right, I see what you're asking. (Tho that's not "absolute path" vs. "relative path".) |
Grouping logs by path. In my use case, Microsoft Application Insights, which I need to set an operation name for them to group by it, and the path rule (?) would be the best way to do it. Is this in the backlog or desirable to have in Starlette? |
There's this, which covers some similar ground... #685 I think we'd eventually want to include something like a |
Seems to be pretty much my use case... |
@tomchristie would you help me by pointing me to the right direction to help with this? |
@tomchristie @victoraugustolls Any updaye on this issue? |
Hey @BrikerMan ! There is a PR (#804) but it is pretty much stuck. |
Hi!
I looked through the docs but might have missed something.
Is it possible to extract the relative path from a
Request
?If I have a route like
/users/{id}
, I would like to get exactly this value, and not the absolute path with theid
value.Thanks!
The text was updated successfully, but these errors were encountered: