hamlet-framework / http
Hamlet Framework / HTTP
0.0.3
2021-02-25 00:02 UTC
Requires
- php: ^7 || ^8
- ext-json: @stable
- hamlet-framework/http-message: @stable
- hamlet-framework/type: @stable
- mustache/mustache: @stable
- psr/cache: @stable
- psr/log: @stable
Requires (Dev)
- cache/array-adapter: @stable
- hamlet-framework/http-message-spec: @stable
- monolog/monolog: @stable
- php-parallel-lint/php-parallel-lint: @stable
- phpunit/phpunit: ^6 || ^7 || ^8
- squizlabs/php_codesniffer: @stable
- symfony/polyfill-mbstring: <=1.20.0
- vimeo/psalm: @stable
This package is auto-updated.
Last update: 2024-08-29 04:37:23 UTC
README
待办事项
- 实现 ConditionalRequest 的 If-Range 功能
- 添加根据 https://tools.ietf.org/html/rfc2616#section-3.3 的日期格式读取器
- 添加对 HEAD 请求的测试
- 从 https://github.com/AchinthaReemal/ESBHttpComplianceTest 添加更多测试
- 检查强/弱验证逻辑
- 添加对 WebSocket 和 TCP 连接的支持
- 检查 ReactPHP/MySQL
- 添加简单异步处理的框架: swoole/swoole-src#2855 (评论)
- 提取 ScopeAware 接口以确保数据库能够实现它