Module Puppet::Network::HttpPool
In: lib/puppet/network/http_pool.rb

Manage Net::HTTP instances for keep-alive.

Methods

Included Modules

Puppet::Util::Cacher

Constants

HTTP_KEEP_ALIVE = false   2008/03/23 LAK:WARNING: Enabling this has a high propability of causing corrupt files and who knows what else. See 1010.

Public Class methods

Use cert information from a Puppet client to set up the http object.

Clear our http cache, closing all connections.

Retrieve a cached http instance if caching is enabled, else return a new one.

Make sure we set the driver up when we read the cert in.

Use the global localhost instance.

[Validate]