Class
Rack::Chunked::Body
In:
lib/rack/chunked.rb
Parent:
Object
A body wrapper that emits chunked responses
Methods
close
each
new
Included Modules
Rack::Utils
Constants
TERM
=
"\r\n"
TAIL
=
"0#{TERM}#{TERM}"
Public Class methods
new
(body)
Public Instance methods
close
()
each
() {|[size.to_s(16), term, chunk, term].join| ...}
[Validate]