module Async::HTTP::Proxy::Client

def proxy(endpoint, headers = nil)

def proxy(endpoint, headers = nil)
	Proxy.new(self, endpoint.authority(false), headers)
end