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
Proposal to have middleware accept the handler at the time the request is being handled instead of wrapping the handler function in a closure. The middleware could then be kept in a data structure and manipulated at any time.
Need to test to see if there's any significant performance impact.
The text was updated successfully, but these errors were encountered:
Proposal to have middleware accept the handler at the time the request is being handled instead of wrapping the handler function in a closure. The middleware could then be kept in a data structure and manipulated at any time.
Need to test to see if there's any significant performance impact.
The text was updated successfully, but these errors were encountered: