class Rack::Lint
Rack::Lint
validates your application and the requests and responses according to the Rack
spec.
Public Class Methods
Source
# File lib/rack/lint.rb, line 10 def initialize(app) @app = app @content_length = nil end
Rack::Lint
validates your application and the requests and responses according to the Rack
spec.
# File lib/rack/lint.rb, line 10 def initialize(app) @app = app @content_length = nil end