Sha256: d78cda526010d116cf16644e1c22d81b4561dab3c2560d0af5e764f1886f551d
Contents?: true
Size: 272 Bytes
Versions: 232
Compression:
Stored size: 272 Bytes
Contents
class Puppet::Network::HTTP::Response def initialize(handler, response) @handler = handler @response = response end def respond_with(code, type, body) @handler.set_content_type(@response, type) @handler.set_response(@response, body, code) end end
Version data entries
232 entries across 232 versions & 2 rubygems