AFAICT, there is currently no way to reuse connections for multiple requests. Opening a new connection for each request can introduce a lot of unnecessary latency, especially for otherwise-longstanding connections.
It would be great if we could expose Connection/AsyncConnection and allow to reuse them for subsequent requests