Rack::Lint validates your application and the requests and responses according to the Rack spec.
[Source]
# File lib/rack/lint.rb, line 6 6: def initialize(app) 7: @app = app 8: end
[Validate]