Effect-like Pattern for Context Modification in HttpMiddleware
Other middleware patterns have a Context that can be modified by a middleware [ie validating a session and passing the user to the next()]. What is the Effect-like pattern to do this in HttpMiddleware?