# File lib/puppet/network/xmlrpc/client.rb, line 152 152: def http 153: @http ||= Puppet::Network::HttpPool.http_instance(host, port, true) 154: end