class Async::HTTP::Proxy

def wrap_endpoint(endpoint)

Returns:
  • (Async::HTTP::Endpoint) - an endpoint that connects via the specified proxy.
def wrap_endpoint(endpoint)
	Endpoint.new(endpoint.url, self, **endpoint.options)
end