yimuyangshu / http-client
插件库
v1.0.2
2022-11-03 02:24 UTC
This package is auto-updated.
Last update: 2026-04-05 12:46:51 UTC
README
#### httpClient
```php
$http = new httpClient($url);
$http->set_headers(Arr);
// 设置body参数
$http->set_body("");
$http->set_param(Arr);
$result = $http->post(); // or get();
```