Rack::Lint validates your application and the requests and responses according to the Rack spec.
Rack::Lint
Rack
# File lib/rack/lint.rb, line 13 def initialize(app) @app = app end