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/memory_response.rb

class Puppet::Network::HTTP::MemoryResponse
  attr_reader :code, :type, :body

  def initialize
    @body = ""
  end

  def respond_with(code, type, body)
    @code = code
    @type = type
    @body += body
  end
end

Copyright 2K16 - 2K18 Indonesian Hacker Rulez