Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-react-http - Library for building an evented http server

Website:
https://reactphp.org/http/
Licence:
MIT
Vendor:
Remi Collet
Description:
Library for building an evented http server.

This component builds on top of the Socket component to implement HTTP. Here
are the main concepts:

* Server: Attaches itself to an instance of React\Socket\ServerInterface,
      parses any incoming data as HTTP, emits a request event for each request.
* Request: A ReadableStream which streams the request body and contains meta
      data which was parsed from the request header.
* Response A WritableStream which streams the response body. You can set the
      status code and response headers via the writeHead() method.

Autoloader: /usr/share/php/React/Http/autoload.php

Packages

php-react-http-0.8.6-1.el6.remi.noarch [43 KiB] Changelog by Shawn Iwinski (2020-06-06):
- Update to 0.8.6 (RHBZ #1790302)
- Use PHPUnit 7
php-react-http-0.8.5-1.el6.remi.noarch [43 KiB] Changelog by Shawn Iwinski (2019-12-14):
- Update to 0.8.5 (RHBZ #1767189)
- Use PHPUnit 6

Provided by: Nexcess.net