1Plack::Middleware::ChunUkseedr(3C)ontributed Perl DocumePnltaactki:o:nMiddleware::Chunked(3)
2
3
4
6 Plack::Middleware::Chunked - Applies chunked encoding to the response
7 body
8
10 # Mostly from server implemenations
11 $app = Plack::Middeware::Chunked->wrap($app);
12
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
19 Tatsuhiko Miyagawa
20
22 Rack::Chunked
23
24
25
26perl v5.12.3 2011-02-27 Plack::Middleware::Chunked(3)