1Plack::Middleware::ChunUkseedr(3C)ontributed Perl DocumePnltaactki:o:nMiddleware::Chunked(3)
2
3
4

NAME

6       Plack::Middleware::Chunked - Applies chunked encoding to the response
7       body
8

SYNOPSIS

10         # Mostly from server implemenations
11         $app = Plack::Middeware::Chunked->wrap($app);
12

DESCRIPTION

14       Plack::Middeware::Chunked is a middleware, or rather a library for PSGI
15       server to automatically add chunked encoding to the response body when
16       Content-Length is not set in the response header.
17

AUTHOR

19       Tatsuhiko Miyagawa
20

SEE ALSO

22       Rack::Chunked
23
24
25
26perl v5.12.3                      2011-02-27     Plack::Middleware::Chunked(3)
Impressum