nyholm/http-client
Composer 安装命令:
composer require nyholm/http-client
包简介
A light weight and super fast HTTP client
README 文档
README
A super light HTTP client that sends PSR-7 HTTP messages.
Install
Via Composer
$ composer require nyholm/http-client
Usage
// Create a PSR-7 request $request = MessageFactoryDiscovery::find()->createRequest('GET', 'http://example.com'); // You will get back a PSR-7 response $response = (new Client)->sendRequest($request);
Documentation
There is no configuration of any kind that could be done to this client. If you want more functionality you should use Plugins to HTTPlug. See their documentation.
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 244
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-13