aurora / http-connection
Manage network connections and the handle underlying network protocol
0.1.0
2018-01-22 19:05 UTC
Requires
- php: >=7.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-11-19 09:52:25 UTC
README
Manage network connections and the handle underlying network protocol, according HTTP connection type to handle socket read and write, timeout processing, flow control and client limit.
Expected support HTTP/1.1, HTTP/2.0, SSL and TLS.
Installation
It's recommended that you use Composer to install this library.
$ composer require aurora/http-connection
This will install the library and all required dependencies. The library requires PHP 7.0 or newer.
Usage
License
The HTTP Connection is open-sourced software licensed under the MIT license.