Class: ActionController::Live::Response
- Inherits:
-
ActionDispatch::Response
- Object
- ActionDispatch::Response
- ActionController::Live::Response
- Defined in:
- lib/action_controller/metal/live.rb
Overview
:nodoc: all
Direct Known Subclasses
Defined Under Namespace
Classes: Header
Constant Summary
Constants inherited from ActionDispatch::Response
ActionDispatch::Response::CONTENT_TYPE, ActionDispatch::Response::EMPTY, ActionDispatch::Response::LOCATION, ActionDispatch::Response::NO_CONTENT_CODES, ActionDispatch::Response::SET_COOKIE
Constants included from ActionDispatch::Http::FilterRedirect
ActionDispatch::Http::FilterRedirect::FILTERED
Instance Attribute Summary
Attributes inherited from ActionDispatch::Response
#charset, #content_type, #header, #request, #sending_file, #status, #stream
Attributes included from ActionDispatch::Http::Cache::Response
Method Summary
Methods inherited from ActionDispatch::Response
#abort, #await_commit, #await_sent, #body, #body=, #body_parts, #close, #code, #commit!, #committed?, #cookies, #delete_cookie, #initialize, #location, #location=, #message, #response_code, #sending!, #sending?, #sent!, #sent?, #set_cookie, #to_a, #to_ary
Methods included from ActionDispatch::Http::Cache::Response
#date, #date=, #date?, #last_modified, #last_modified=, #last_modified?
Methods included from ActionDispatch::Http::FilterRedirect
Constructor Details
This class inherits a constructor from ActionDispatch::Response