module Async::HTTP::Protocol::HTTP2::Connection

def connected?

Can we use this connection to make requests?
def connected?
	@stream.connected?
end