los/response-time
最新稳定版本:2.2.3
Composer 安装命令:
composer require los/response-time
包简介
PHP middleware to add a Response Time header
README 文档
README
This middleware adds a Response Time header
Usage
Just add the middleware as one of the first in your application.
For example:
$app->pipe(new \Los\ResponseTime\ResponseTime($options);
And the middleware will add a header
X-Request-Time: 49,96ms
The options are:
- header_name: Header name. Default: X-Response-Time
Mezzio
If you are using mezzio-skeleton,
you can copy config/los-response-time.global.php.dist to
config/autoload/los-response-time.global.php and modify configuration as your needs.
统计信息
- 总下载量: 63.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-20