How to pass information back to upstream modules in http process pipeline?
I am working on a go server application based on go-chi v5
, a http process pipeline is built up with middlewares and some handler functions, and http request flows in this pipeline, from middlewares to handler.