Class: Mongrel::HttpResponse
- Inherits:
-
Object
- Object
- Mongrel::HttpResponse
- Includes:
- FirePHRuby::HTTPResponse
- Defined in:
- lib/firephruby.rb
Constant Summary
Constants included from FirePHRuby::Common
FirePHRuby::Common::FPHR_INIT_HEADERS, FirePHRuby::Common::FPHR_INIT_HEADERS_DUMP, FirePHRuby::Common::FPHR_INIT_HEADERS_LOG, FirePHRuby::Common::FPHR_KINDS, FirePHRuby::Common::FPHR_LEGACY_WARNING, FirePHRuby::Common::MAX_LENGTH
Instance Method Summary collapse
Methods included from FirePHRuby::HTTPResponse
#_firephruby_set_user_agent, #fire_clog, #fire_dump, #fire_options
Methods included from FirePHRuby::Common
#_firephruby_build_headers, #_firephruby_initialize_request, #_firephruby_mask_ruby_types, #_firephruby_set_options, #firephruby_internal_log
Instance Method Details
#fire_init(req, options = {}) ⇒ Object
209 210 211 212 |
# File 'lib/firephruby.rb', line 209 def fire_init req, ={} _firephruby_set_user_agent req.params['HTTP_USER_AGENT'] end |