Download the PHP package asasi/component_http without Composer
On this page you can find all versions of the php package asasi/component_http. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package component_http
component\http
简介
支持所有常见的GET、POST、PUT、DELETE、UPDATE等请求方式,支持上传下载、设置和读取header、Cookie、请求参数、失败重试、限速、代理、证书等。
3.0 版完美支持Curl
Composer
本项目可以使用composer安装,遵循psr-4自动加载规则,在你的 composer.json
中加入下面的内容
然后执行 composer update
安装。
之后你便可以使用 include "vendor/autoload.php";
来自动加载类。(ps:不要忘了namespace)
用法
简单调用
PSR-7 请求构建
具体详见test
目录中的示例代码
All versions of component_http with dependencies
PHP Build Version
Package Version
The package asasi/component_http contains the following files
Loading the files please wait ....