- Inheritance
-
< Object
- Included Modules
- Rack::Utils
Middleware that applies chunked transfer encoding to response bodies when
the response does not include a Content-Length header.
Methods
Class
Visibility |
Signature |
public |
new (app) |
Instance
Visibility |
Signature |
public |
call (env) |
public |
chunk (status, headers, body) |
public |
close () |
public |
each () {|[size.to_s(16), term, chunk, term].join| ...} |
Class Method Detail
new(app)
Instance Method Detail
call(env)
chunk(status, headers, body)
close()
each() {|[size.to_s(16), term, chunk, term].join| ...}