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