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
Similar to #7, it would probably be useful for middleware and handlers to "tack on" e.g. headers to the response object, so that the final response is a cooperation between all the handlers - instead of just the result of calling one of them. This is also how most web servers work, like Express.