[ol7_developer_EPEL] php-react-http-0.4.2-2.el7.noarch

Name:php-react-http
Version:0.4.2
Release:2.el7
Architecture:noarch
Group:Development/Libraries
Size:16911
License:MIT
RPM: php-react-http-0.4.2-2.el7.noarch.rpm
Source RPM: php-react-http-0.4.2-2.el7.src.rpm
Build Date:Mon Dec 11 2017
Build Host:x86-ol6-builder-02.us.oracle.com
Vendor:Oracle America
URL:https://github.com/reactphp/http
Summary:Library for building an evented http server
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

Related Packages (Show Changelog) (Show Filelist)