per-seo/forwarded-proto
最新稳定版本:1.0
Composer 安装命令:
composer require per-seo/forwarded-proto
包简介
X-Forwarded-Proto for Slim 4. This Middleware check if the X-Forwarded-Proto header is present and add correct schema in the request object.
README 文档
README
A simple middleware for Slim4 framework to configure proper uri schema. Usage is very simple, just enable this Middleware (in the Middleware part of your Slim4 Project) with:
<?php use PerSeo\Middleware\ForwardedProto\ForwardedProto; $app->add(ForwardedProto::class);
Simple, isn't it?
统计信息
- 总下载量: 73
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-22