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 implementations
11         $app = Plack::Middleware::Chunked->wrap($app);
12

DESCRIPTION

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

AUTHOR

19       Tatsuhiko Miyagawa
20

SEE ALSO

22       Rack::Chunked
23
24
25
26perl v5.30.0                      2019-07-26     Plack::Middleware::Chunked(3)
Impressum