hyphper / h2-frame
HTTP/2 框架解码器
dev-master
2016-12-27 20:57 UTC
Requires
- php: ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.12
- phpunit/phpunit: ^5.5
- squizlabs/php_codesniffer: ^2.6
This package is auto-updated.
Last update: 2024-09-12 19:28:48 UTC
README
hyphperframe/h2-frame: 纯 PHP HTTP/2 框架
此库包含在 hyphper 项目 中使用的 HTTP/2 框架代码。它提供了一个能够将二进制流解码为 HTTP/2 框架的纯 PHP 代码库。
此库直接由 hyphper 使用,以提供 HTTP/2 框架解码逻辑。
此库基于 Python Hyper "hyperframe" 项目。
许可证
hyphper/h2-frame 在 MIT 许可证下提供。有关更多详细信息,请参阅仓库中的 LICENSE 文件。