Async::HTTPSourceAsyncHTTPProtocolHTTP2Connection

module Connection

Definitions

def viable?

Can we use this connection to make requests?

Implementation

def viable?
	@stream&.readable?
end