CHips L MINI SHELL

CHips L pro

Current Path : /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/
Upload File :
Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/session.rb

# An HTTP session that references a persistent HTTP connection and
# an expiration time for the connection.
#
# @api private
#
class Puppet::Network::HTTP::Session
  attr_reader :connection, :verifier

  def initialize(connection, verifier, expiration_time)
    @connection = connection
    @verifier = verifier
    @expiration_time = expiration_time
  end

  def expired?(now)
    @expiration_time <= now
  end
end

Copyright 2K16 - 2K18 Indonesian Hacker Rulez