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.
# File lib/mongrel/handlers.rb, line 60 def initialize(options={}) @options = options @header_only = false end
# File lib/mongrel/handlers.rb, line 65 def process(request, response) end
# File lib/mongrel/handlers.rb, line 54 def request_begins(params) end
# File lib/mongrel/handlers.rb, line 57 def request_progress(params, clen, total) end