We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe7970 commit 4f4eb75Copy full SHA for 4f4eb75
packages/service-library/src/servicelib/fastapi/monitoring.py
@@ -56,6 +56,7 @@ async def dispatch(
56
response = await call_next(request)
57
status_code = response.status_code
58
59
+ # path_params are not available before calling call_next
60
# https://github.com/encode/starlette/issues/685#issuecomment-550240999
61
for k, v in request.path_params.items():
62
key = "{" + k + "}"
0 commit comments