method
Proxy
v2_2_9 -
Show latest stable
- Class:
Net::HTTP
Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)public
Creates an HTTP proxy class which behaves like Net::HTTP, but performs all access via the specified proxy.
This class is obsolete. You may pass these same parameters directly to Net::HTTP.new. See Net::HTTP.new for details of the arguments.