Class: Rack::Chunked::TrailerBody
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rack-2.2.5/lib/rack/chunked.rb
Overview
A body wrapper that emits chunked responses and also supports sending Trailer headers. Note that the response body provided to initialize must have a trailers
method that returns a hash of trailer headers, and the rack response itself should have a Trailer header listing the headers that the trailers
method will return.
Constant Summary
Constants inherited from Body
Method Summary
Methods inherited from Body
Constructor Details
This class inherits a constructor from Rack::Chunked::Body