Mongrel::HttpHandlerPlugin

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.

Attributes

options[R]
request_notify[R]
listener[RW]

Public Class Methods

new(options={}) click to toggle source
    # File lib/mongrel/handlers.rb, line 60
60:     def initialize(options={})
61:       @options = options
62:       @header_only = false
63:     end

Public Instance Methods

process(request, response) click to toggle source
    # File lib/mongrel/handlers.rb, line 65
65:     def process(request, response)
66:     end
request_begins(params) click to toggle source
    # File lib/mongrel/handlers.rb, line 54
54:     def request_begins(params)
55:     end
request_progress(params, clen, total) click to toggle source
    # File lib/mongrel/handlers.rb, line 57
57:     def request_progress(params, clen, total)
58:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.