proxy_uri()
The proxy URI determined from the environment for this connection.
# File lib/net/http.rb, line 1031 def proxy_uri # :nodoc: @proxy_uri ||= URI::HTTP.new( "http".freeze, nil, address, port, nil, nil, nil, nil, nil ).find_proxy end