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.
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.
The HTTP Connection is open-sourced software licensed under the MIT license.