Class: M2R::Reply

Inherits:
Response show all
Includes:
M2R::Response::ContentLength, M2R::Response::ToRequest
Defined in:
lib/m2r/reply.rb

Overview

Response object to be used without any other framework doing the job of handling content lenght and dealing with ‘Connection’ header.

Constant Summary

Constants inherited from Response

M2R::Response::CRLF, M2R::Response::STATUS_CODES, M2R::Response::VERSION

Instance Attribute Summary

Attributes inherited from Response

#reason

Method Summary

Methods included from M2R::Response::ToRequest

#to

Methods included from M2R::Response::ContentLength

#headers

Methods inherited from Response

#body, #header, #headers, #http_version, #initialize, #status, #to_s

Methods included from HTTP::Close

#close?

Constructor Details

This class inherits a constructor from M2R::Response