module Async::HTTP::Proxy::Client
def proxied_client(endpoint, headers = [])
def proxied_client(endpoint, headers = []) proxy = self.proxy(endpoint, headers) return self.class.new(proxy.wrap_endpoint(endpoint)) end
def proxied_client(endpoint, headers = []) proxy = self.proxy(endpoint, headers) return self.class.new(proxy.wrap_endpoint(endpoint)) end