cloudladder / http
There is no license information available for the latest version (1.2.4) of this package.
cloudladder http library
1.2.4
2023-11-29 08:05 UTC
Requires
- php: ^7.2.5 || ^8.0
- guzzlehttp/guzzle: ^7.3
README
继承自GuzzleHttp 的 Client,附加定制功能,仅用于laravel框架中
额外功能
- 透传header头中的metadata至下游,目前透传的字段有
- x1-gp-color 染色
- x-gp-trace-id 链路追踪trace id
- x-gp-span-id 链路追踪span id
- x-auth-header 认证头
使用方法
同GuzzleHttp\Client
use Cloudladder\Http\Client;
$client = new Client();