![]() |
![]()
| ![]() |
![]()
NAMEPlack::Middleware::Chunked - Applies chunked encoding to the response bodySYNOPSIS# Mostly from server implementations $app = Plack::Middleware::Chunked->wrap($app); DESCRIPTIONPlack::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.AUTHORTatsuhiko MiyagawaSEE ALSORack::Chunked
|