Class: Praxis::Responses::NotModified
- Inherits:
-
Praxis::Response
- Object
- Praxis::Response
- Praxis::Responses::NotModified
- Defined in:
- lib/praxis/responses/http.rb
Overview
Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-Match. This means that there is no need to retransmit the resource, since the client still has a previously-downloaded copy.
Instance Attribute Summary
Attributes inherited from Praxis::Response
#body, #headers, #name, #parts, #request, #status
Method Summary
Methods inherited from Praxis::Response
#add_part, #content_type, #content_type=, #encode!, #finish, #format!, #handle, inherited, #initialize, #response_name, #validate
Constructor Details
This class inherits a constructor from Praxis::Response