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

def peer

def peer
	@peer ||= ::Protocol::HTTP::Peer.for(@stream.io)
end