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
Would be great to have more information exposed (entire Route struct) inside the middleware context.
I came across a situation where I have a external module implementing the middleware that need the Route.pathPattern field. In that situation I can't use (1) because the Request struct doesn't have the needed field and (2) does not work because i can't/doesn't want to import generated code to be able to call FindRoute
Description
At the moment the project uses a custom static router which doesn’t support middleware.
It would be great if it was possible to add support for different types of middleware:
References
The text was updated successfully, but these errors were encountered: