Module | Mongrel::HttpHandlerPlugin |
In: |
lib/mongrel/handlers.rb
lib/mongrel/handlers.rb |
This is used when your handler is implemented as a GemPlugin. The plugin always takes an options hash which you can modify and then access later. They are stored by default for the process method later.
listener | [RW] | |
listener | [RW] | |
options | [R] | |
options | [R] | |
request_notify | [R] | |
request_notify | [R] |
# File lib/mongrel/handlers.rb, line 60 60: def initialize(options={}) 61: @options = options 62: @header_only = false 63: end
# File lib/mongrel/handlers.rb, line 60 60: def initialize(options={}) 61: @options = options 62: @header_only = false 63: end