table of contents
other versions
- Tumbleweed 1.0051-1.4
- Leap-16.0
- Leap-15.6
Plack::Middleware::BufferedStreaming(3) | User Contributed Perl Documentation | Plack::Middleware::BufferedStreaming(3) |
NAME¶
Plack::Middleware::BufferedStreaming - Enable buffering for non-streaming aware servers
SYNOPSIS¶
enable "BufferedStreaming";
DESCRIPTION¶
Plack::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, unless you set "force" option (see below).
OPTIONS¶
- force
- Force enable this middleware only if the container supports "psgi.streaming".
AUTHOR¶
Yuval Kogman
Tatsuhiko Miyagawa
2024-01-06 | perl v5.40.0 |