HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
Class Public methods
Creates a new Net::HTTP object, then additionally
opens the TCP connection and HTTP session.
Arguments are the following:
address
hostname or IP address of the server
port
port of the server
p_addr
address of proxy
p_port
port of proxy
p_user
user of proxy
p_pass