Module: RailsWithFirePHP::Rails

Includes:
HTTPResponse
Included in:
ActionController::AbstractResponse, ActionController::Base, ActionDispatch::Response
Defined in:
lib/core/rails_with_firephp.rb

Defined Under Namespace

Modules: Interface

Constant Summary

Constants included from Common

Common::MAX_LENGTH, Common::RWFP_INIT_HEADERS, Common::RWFP_INIT_HEADERS_DUMP, Common::RWFP_INIT_HEADERS_LOG, Common::RWFP_KINDS, Common::RWFP_LEGACY_WARNING

Instance Method Summary collapse

Methods included from HTTPResponse

#_rwfp_set_user_agent, #fire_clog, #fire_dump, #fire_options

Methods included from Common

#_rwfp_build_headers, #_rwfp_initialize_request, #_rwfp_mask_ruby_types, #_rwfp_set_options, #rwfp_internal_log, #toUnicode

Instance Method Details

#_rwfp_set_header_varObject

the @header-hash from WEBrick/Mongrel-response-classes



155
156
157
# File 'lib/core/rails_with_firephp.rb', line 155

def _rwfp_set_header_var    # the @header-hash from WEBrick/Mongrel-response-classes 
  #@header = headers  # is called @headers in the Rails-response-class
end