class Chef::HTTP::StreamHandler

Class for applying middleware behaviors to streaming responses. Collects stream handlers (if any) from each middleware. When handle_chunk is called, the chunk gets passed to all handlers in turn for processing.