协商:PSR 15中间件实现内容协商 源码
中间件/协商 中间件使用来实现内容协商。 包含以下组件: 要求 PHP> = 7.2 安装 该软件包可通过Composer作为来安装和自动加载。 composer require middlewares/negotiation 例子 Dispatcher :: run ([ new Middlewares \ ContentType (), new Middlewares \ ContentLanguage ([ 'en' , 'gl' , 'es' ]), new Middlewares \ ContentEncoding ([ 'gzip' , 'deflate
文件列表
negotiation-master.zip
(预估有个11文件)
negotiation-master
composer.json
1KB
.github
workflows
main.yaml
2KB
LICENSE
1KB
CONTRIBUTING.md
3KB
src
ContentType.php
6KB
ContentLanguage.php
3KB
暂无评论