Is there a way to capture HTTP request and response headers and payloads in cleartext on Consul API gateway? I need to capture complete HTTP header and body in both request and responses and send that data to an external server. It seems that Consul API gateway doesn’t support extensibility, so it is not possible deploy a plugin to capture the required data. It looks like Consul API gateway does not expose any interface to envoy proxy which can be used to capture the request/response data. It would be a great help if someone can suggest an appropriate solution for the problem.