class Async::HTTP::Protocol::HTTP1::Connection

def peer

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