mikelooper / http-message-util
用于PSR-7 (psr/http-message)的实用类和常量
0.0.1
2022-11-21 16:49 UTC
Requires
- php: ^5.3 || ^7.0 || ^8.0
Suggests
- psr/http-message: The package containing the PSR-7 interfaces
This package is auto-updated.
Last update: 2024-09-21 21:37:07 UTC
README
此仓库包含用于简化PSR-7(psr/http-message)常见操作的实用类和常量;主要目的是提供指向请求方法、响应状态码和消息以及可能常用的头部的常量。
此包不包含PSR-7接口的实现。
安装
通过将包添加为Composer需求进行安装
$ composer require fig/http-message-util