Class: Mongrel::HttpResponse

Inherits:
Object
  • Object
show all
Includes:
RailsWithFirePHP::HTTPResponse
Defined in:
lib/core/mongrel.rb

Constant Summary

Constants included from RailsWithFirePHP::Common

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

Instance Method Summary collapse

Methods included from RailsWithFirePHP::HTTPResponse

#_rwfp_set_user_agent, #fire_clog, #fire_dump, #fire_options

Methods included from RailsWithFirePHP::Common

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

Instance Method Details

#fire_init(req, options = {}) ⇒ Object



4
5
6
7
# File 'lib/core/mongrel.rb', line 4

def fire_init req, options={}
  _rwfp_set_user_agent req.params['HTTP_USER_AGENT']
  _rwfp_set_options options
end