budgetdumpster/slim-content-negotiation
最新稳定版本:1.0.0
Composer 安装命令:
composer require budgetdumpster/slim-content-negotiation
包简介
Content Negotiation Middleware for Slim 3.0
README 文档
README
Installation
composer require budgetdumpster/slim-content-negotiation:1.0.0
Usage
The Content Negotiation Middleware can be easily attached to a slim route like so:
<?php use BudgetDumpster\Middleware\ContentNegotiation; $app->get('/', function($request, $response, $args) { echo 'hello world'; })->add(new ContentNegotiationHalJson);
This will reject any requests that don't have content-types that match the provided content types.
统计信息
- 总下载量: 2.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-13