Skip to content

aurorahttp/http-connection

Repository files navigation

Http Connection

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License Aurora Http

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.