module Async::HTTP::Proxy::Client

def proxy(endpoint, headers = [])

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