Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Plack::Middleware::Chunked

Name Plack::Middleware::Chunked
Version
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Plack/Middleware/Chunked.pm
Is Core No
Search CPAN for this module Plack::Middleware::Chunked
Documentation Plack::Middleware::Chunked
Module Details Plack::Middleware::Chunked

NAME

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


SYNOPSIS

  # Mostly from server implementations
  $app = Plack::Middleware::Chunked->wrap($app);


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.


AUTHOR

Tatsuhiko Miyagawa


SEE ALSO

Rack::Chunked

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025