Man Page: plack::middleware::bufferedstreaming
Operating Environment: debian
Section: 3pm
Plack::Middleware::BufferedStreaming(3pm) User Contributed Perl Documentation Plack::Middleware::BufferedStreaming(3pm)NAMEPlack::Middleware::BufferedStreaming - Enable buffering for non-streaming aware serversSYNOPSISenable "BufferedStreaming";DESCRIPTIONPlack::Middleware::BufferedStreaming is a PSGI middleware component that wraps the application that uses "psgi.streaming" interface to run on the servers that do not support the interface, by buffering the writer output to a temporary buffer. This middleware doesn't do anything and bypass the application if the server supports "psgi.streaming" interface.AUTHORYuval Kogman Tatsuhiko Miyagawa perl v5.14.2 2011-02-27 Plack::Middleware::BufferedStreaming(3pm)