Class: Praxis::Responses::Accepted

Inherits:
Praxis::Response show all
Defined in:
lib/praxis/responses/http.rb

Overview

The request has been accepted for processing, but the processing has not been completed. The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place.

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