class Async::HTTP::Internet

def client_for(endpoint)

def client_for(endpoint)
	Client.new(endpoint, **@options)
end