I want to send some conn info to my Elasticsearch after all controller actions of my project, example: The controller action response, the request params and the endpoint.
What can we do if we need to work with the conn struct returned by the controller after the action is resolved?