Class: ActionController::LiveTestResponse

Inherits:
ActionController::Live::Response show all
Defined in:
lib/action_controller/test_case.rb

Constant Summary

Constants inherited from ActionDispatch::Response

ActionDispatch::Response::CONTENT_TYPE, ActionDispatch::Response::Header, 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

#headers, #request, #status, #stream

Attributes included from ActionDispatch::Http::Cache::Response

#cache_control

Method Summary

Methods inherited from ActionDispatch::Response

#abort, #await_commit, #await_sent, #body, #body=, #body_parts, #charset, #charset=, #close, #code, #commit!, #committed?, #content_type, #content_type=, #cookies, create, #delete_header, #each, #get_header, #has_header?, #initialize, #media_type, merge_default_headers, #message, #reset_body!, #response_code, #send_file, #sending!, #sending?, #sending_file=, #sent!, #sent?, #set_header, #to_a, #write

Methods included from ActionDispatch::Http::Cache::Response

#date, #date=, #date?, #etag=, #etag?, #last_modified, #last_modified=, #last_modified?, #strong_etag=, #strong_etag?, #weak_etag=, #weak_etag?

Methods included from ActionDispatch::Http::FilterRedirect

#filtered_location

Constructor Details

This class inherits a constructor from ActionDispatch::Response