Method: Puppet::Network::HTTP::Handler#set_response
- Defined in:
- lib/puppet/network/http/handler.rb
#set_response(response, body, status = 200) ⇒ Object
Set the response up, with the body and status.
121 122 123 |
# File 'lib/puppet/network/http/handler.rb', line 121 def set_response(response, body, status = 200) raise NotImplementedError end |