= private = protected
proxy?()
True if requests for this connection will be proxied
# File lib/net/http.rb, line 1017 def proxy? !!if @proxy_from_env then proxy_uri else @proxy_address end end