Is there a way to have a Plug run AFTER every request, and operate on the outbound Conn data?
Specifically, I’m wanting to populate the Conn with some custom data during every request and then be able to extract that data after the request to do some custom logging of metadata about the request.
Was thinking that a nested pipeline might do it, but I haven’t found any documentation that leads me to believe that that is possible.
Thanks – Michael W