class Bundler::Fetcher

def http_proxy

def http_proxy
  return unless uri = connection.proxy_uri
  uri.to_s
end