Module: FirePHRuby::Rails

Includes:
HTTPResponse
Included in:
ActionController::AbstractResponse
Defined in:
lib/firephruby.rb

Defined Under Namespace

Modules: Interface

Constant Summary

Constants included from Common

Common::FPHR_INIT_HEADERS, Common::FPHR_INIT_HEADERS_DUMP, Common::FPHR_INIT_HEADERS_LOG, Common::FPHR_KINDS, Common::FPHR_LEGACY_WARNING, Common::MAX_LENGTH

Instance Method Summary collapse

Methods included from HTTPResponse

#_firephruby_set_user_agent, #fire_clog, #fire_dump, #fire_options

Methods included from Common

#_firephruby_build_headers, #_firephruby_initialize_request, #_firephruby_mask_ruby_types, #_firephruby_set_options, #firephruby_internal_log

Instance Method Details

#_firephruby_set_header_varObject

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



152
153
154
# File 'lib/firephruby.rb', line 152

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