cors:PSR 15中间件实现跨域资源共享(CORS) 源码
中间件/核心 使用实现跨源资源共享(CORS)。 要求 PHP> = 7.2 安装 该软件包可以通过Composer作为安装和自动加载。 composer require middlewares/cors 例子 use Neomerx \ Cors \ Strategies \ Settings ; use Neomerx \ Cors \ Analyzer ; $ settings = new Settings (); $ settings -> setServerOrigin ( 'http' , 'example.com' , 123 ); $ analyzer = Analyzer
文件列表
cors-master.zip
(预估有个7文件)
cors-master
.github
workflows
main.yaml
2KB
src
Cors.php
2KB
CONTRIBUTING.md
3KB
LICENSE
1KB
README.md
2KB
CHANGELOG.md
2KB
暂无评论