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
A caveat some users might experience is that they add e.g. only a GET handler for a newly added route, and suddenly they POST, PUT,DELETE,... no longer get forwarded.
It could be beneficial to add some utility functions that will allow the axum get,put,... handlers where the strangler is automatically installed as fallback.
The text was updated successfully, but these errors were encountered:
A caveat some users might experience is that they add e.g. only a GET handler for a newly added route, and suddenly they POST, PUT,DELETE,... no longer get forwarded.
It could be beneficial to add some utility functions that will allow the axum
get
,put
,... handlers where the strangler is automatically installed as fallback.The text was updated successfully, but these errors were encountered: