Plack::Middleware::Chunked - Applies chunked encoding to the response body
Contents
Description
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.
Name
Plack::Middleware::Chunked - Applies chunked encoding to the response body
See Also
Rack::Chunked
perl v5.38.2 2024-01-20 Plack::Middleware::Chunked(3pm)
Synopsis
# Mostly from server implementations
$app = Plack::Middleware::Chunked->wrap($app);
