codin/http-client

小巧的PSR-18 Http客户端

0.1.1 2022-03-22 05:09 UTC

This package is auto-updated.

Last update: 2024-09-08 02:00:33 UTC


README

version workflow license

示例

$client = new Codin\HttpClient\HttpClient();
$request = $requestFactory->createRequest('get', '/health');
$response = $client->sendRequest($request);