Method: HTTPX::Plugins::Proxy::InstanceMethods#with_proxy

Defined in:
lib/httpx/plugins/proxy.rb

#with_proxy(*args) ⇒ Object



68
69
70
# File 'lib/httpx/plugins/proxy.rb', line 68

def with_proxy(*args)
  branch(default_options.with_proxy(*args))
end