Awesome
middlewares/content-length
Middleware to inject the Content-Length header into the response based on the body size.
Requirements
- PHP >= 7.2
- A PSR-7 http library
- A PSR-15 middleware dispatcher
Installation
This package is installable and autoloadable via Composer as middlewares/content-length.
composer require middlewares/content-length
Example
$dispatcher = new Dispatcher([
new Middlewares\ContentLength()
]);
$response = $dispatcher->dispatch(new ServerRequest());
Please see CHANGELOG for more information about recent changes and CONTRIBUTING for contributing details.
The MIT License (MIT). Please see LICENSE for more information.