middlewares/response-time

Middleware to save the response time into the X-Response-Time header

v2.0.1 2020-12-03 01:14 UTC

This package is auto-updated.

Last update: 2024-03-29 03:38:58 UTC


README

Latest Version on Packagist Software License Testing Total Downloads

Middleware to calculate the response time (in miliseconds) and save it into the X-Response-Time header.

Requirements

Installation

This package is installable and autoloadable via Composer as middlewares/response-time.

composer require middlewares/response-time

Usage

Dispatcher::run([
	new Middlewares\ResponseTime()
]);

Please see CHANGELOG for more information about recent changes and CONTRIBUTING for contributing details.

The MIT License (MIT). Please see LICENSE for more information.