logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plack::Middleware::Chunked - Applies chunked encoding to the response body

Author

       Tatsuhiko Miyagawa

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);

See Also