new(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil)
Class Public methods
Creates a new Net::HTTP object without opening a
TCP connection or HTTP session.
The address should be a DNS hostname or IP address, the
port is the port the server operates on. If no
port is given the default port for HTTP or HTTPS is used.
If none of the p_ arguments are given, the proxy host and port
are taken from the http_proxy environment variable (or its
uppercase equivale