2. Consolidate BasePool and Pool code and tests, since there is only one pool class 3. Rename Puppet::Network::HTTP::Session to something else like PoolEntry 4. Move remaining http client code and tests to `Puppet::HTTP`
* Client networking code has been moved to Puppet::HTTP. * Removes Puppet::Network::HttpPool.http_instance method. * Removes Puppet.lookup(:http_pool) * The deprecated Puppet::Network::HttpPool.http_instance and connection methods are preserved.
This ticket is to delete deprecated http code and separate client vs server http code:
2. Consolidate BasePool and Pool code and tests, since there is only one pool class 3. Rename Puppet::Network::HTTP::Session to something else like PoolEntry 4. Move remaining http client code and tests to `Puppet::HTTP`