106 107 108
# File 'lib/chef/http/basic_client.rb', line 106 def proxy_uri @proxy_uri ||= Chef::Config.proxy_uri(url.scheme, host, port) end