Class
Rack::ContentLength
In:
lib/rack/content_length.rb
Parent:
Object
Sets the Content-Length header on responses with fixed-length bodies.
Methods
call
new
Included Modules
Rack::Utils
Public Class methods
new
(app)
Public Instance methods
call
(env)
[Validate]