Implementing HTTP Middleware for Logging Responses in Effect/Platform
Hey folks! Is there any docs on how to implement http middleware in effect/platform that can access http responses? basically, I want to log all >= 400 responses, the only thing I found is https://github.com/Effect-TS/effect/blob/main/packages/platform/src/internal/httpMiddleware.ts#L96, but I'm not sure, I need to access fiber in userland code todo this 
