amphp/http-tunnel
最新稳定版本:v2.0.0
Composer 安装命令:
composer require amphp/http-tunnel
包简介
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
README 文档
README
This package provides an HTTP and HTTPS CONNECT tunnel for PHP based on Amp.
Installation
This package can be installed as a Composer dependency.
composer require amphp/http-tunnel
Examples
More extensive code examples reside in the examples directory.
use Amp\Http\Tunnel\Http1TunnelConnector; $connector = new Http1TunnelConnector('127.0.0.1:5512'); // $connector may now be used anywhere requiring an instance of Amp\Socket\SocketConnector.
Versioning
amphp/http-tunnel follows the semver semantic versioning specification like all other amphp packages.
Security
If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE for more information.
统计信息
- 总下载量: 828.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-18