aurora/http-connection

Manage network connections and the handle underlying network protocol

0.1.0 2018-01-22 19:05 UTC

This package is auto-updated.

Last update: 2024-04-19 08:30:21 UTC


README

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.