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's RPM repository <https://rpms.remirepo.net/>
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-1.6.0-1.fc33.remi.noarch [70 KiB] Changelog by Remi Collet (2022-02-03):
- update to 1.6.0
- raise dependency on clue/block-react 1.5
- add dependency on fig/http-message-util
php-react-http-1.5.0-1.fc33.remi.noarch [67 KiB] Changelog by Remi Collet (2021-08-05):
- update to 1.5.0
- raise dependency on react/socket 1.9