In Files

Parent

Methods

Class Index [+]

Quicksearch

Rack::Lint

Rack::Lint validates your application and the requests and responses according to the Rack spec.

Public Class Methods

new(app) click to toggle source
    # File lib/rack/lint.rb, line 8
 8:     def initialize(app)
 9:       @app = app
10:       @content_length = nil
11:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.