Returns a new instance of Response.
73 74 75 76 77 78
# File 'lib/m2r/response.rb', line 73 def initialize status(200) headers(Headers.new) body("") http_version(VERSION) end