Plack::Middleware::Chunked(3pm) | User Contributed Perl Documentation | Plack::Middleware::Chunked(3pm) |
Plack::Middleware::Chunked - Applies chunked encoding to the response body
# Mostly from server implementations $app = Plack::Middleware::Chunked->wrap($app);
Plack::Middleware::Chunked is a middleware, or rather a library for PSGI server to automatically add chunked encoding to the response body when Content-Length is not set in the response header.
Tatsuhiko Miyagawa
Rack::Chunked
2022-09-06 | perl v5.34.0 |