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
It could be useful to be able to reference Middleware by their distinct names instead of instances. Names would be looked from explicit registry. Registry could be a map (name -> middleware) or via a registry construcing function , consuming a vector of Middleware instances. :name of Middleware could be used as a key.
It could be useful to be able to reference Middleware by their distinct names instead of instances. Names would be looked from explicit registry. Registry could be a map (name -> middleware) or via a registry construcing function , consuming a vector of
Middleware
instances.:name
ofMiddleware
could be used as a key.Something like:
allowing:
Related: macchiato-framework/macchiato-core#9
The text was updated successfully, but these errors were encountered: