Class: ActionController::Live::Response

Inherits:
ActionDispatch::Response show all
Defined in:
actionpack/lib/action_controller/metal/live.rb

Overview

:nodoc: all

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

#cache_control, #etag

Instance Method Summary collapse

Methods inherited from ActionDispatch::Response

#await_commit, #body, #body=, #body_parts, #close, #code, #committed?, #cookies, #delete_cookie, #initialize, #location, #location=, #message, #respond_to?, #response_code, #set_cookie, #to_a, #to_path

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

#date, #date=, #date?, #last_modified, #last_modified=, #last_modified?

Methods included from ActionDispatch::Http::FilterRedirect

#filtered_location

Constructor Details

This class inherits a constructor from ActionDispatch::Response

Instance Method Details

#commit!Object



94
95
96
97
# File 'actionpack/lib/action_controller/metal/live.rb', line 94

def commit!
  headers.freeze
  super
end