= private = protected
proxy_address()
The address of the proxy server, if one is configured.
# File lib/net/http.rb, line 1114 def proxy_address if @proxy_from_env then proxy_uri&.hostname else @proxy_address end end