# File lib/bundler/fetcher.rb, line 187
    def http_proxy
      if uri = connection.proxy_uri
        uri.to_s
      end
    end