middlewares/content-length

Middleware to inject the Content-Length header into the response based on the body size

v2.0.0 2020-12-02 00:05 UTC

This package is auto-updated.

Last update: 2024-03-29 02:36:35 UTC


README

Latest Version on Packagist Software License Testing Total Downloads

Middleware to inject the Content-Length header into the response based on the body size.

Requirements

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.