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 implementations
11 $app = Plack::Middleware::Chunked->wrap($app);
12
14 Plack::Middleware::Chunked is a middleware, or rather a library for
15 PSGI server to automatically add chunked encoding to the response body
16 when Content-Length is not set in the response header.
17
19 Tatsuhiko Miyagawa
20
22 Rack::Chunked
23
24
25
26perl v5.30.1 2020-01-30 Plack::Middleware::Chunked(3)