class Async::HTTP::Protocol::Configured

def client(peer, **options)

def client(peer, **options)
	options = @options.merge(options)
	@protocol.client(peer, **options)
end