class Async::HTTP::Mock::Endpoint

def wrap(endpoint)

def wrap(endpoint)
	self.class.new(@protocol, endpoint.scheme, endpoint.authority, queue: @queue)
end