Plack::Middleware::BufferedStreaming - Enable buffering for non-streaming aware servers


Plack documentation  | view source Contained in the Plack distribution.

Index


NAME

Top

Plack::Middleware::BufferedStreaming - Enable buffering for non-streaming aware servers

SYNOPSIS

Top

  enable "BufferedStreaming";

DESCRIPTION

Top

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.

AUTHOR

Top

Yuval Kogman

Tatsuhiko Miyagawa


Plack documentation  | view source Contained in the Plack distribution.