nargotik/early-hints
最新稳定版本:v0.1.0
Composer 安装命令:
composer require nargotik/early-hints
包简介
Tiny PHP polyfill to send HTTP 103 Early Hints (Link: preload ...) safely and ergonomically.
README 文档
README
Tiny PHP polyfill to send HTTP 103 Early Hints easily:
use function Nargotik\EarlyHints\early_hints; early_hints([ ['href' => '/assets/app.css', 'rel' => 'preload', 'as' => 'style'], ['href' => '/assets/app.js', 'rel' => 'preload', 'as' => 'script'], ]); // later: header('Content-Type: text/html; charset=UTF-8'); http_response_code(200);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-28