You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other_handler handler receives the full path /other/{path:path} while I would like to have the option for it to be unaware of the /other part of the path.
So I suggest we add a strip_prefix option to the HandlerConfig which would let the event builder know to strip it from the rawPath and path:
When using a config like this
The
other_handler
handler receives the full path/other/{path:path}
while I would like to have the option for it to be unaware of the/other
part of the path.So I suggest we add a
strip_prefix
option to the HandlerConfig which would let the event builder know to strip it from therawPath
andpath
:smyth/src/smyth/event.py
Lines 10 to 18 in 725c856
The text was updated successfully, but these errors were encountered: