https://bugzilla.redhat.com/show_bug.cgi?id=1414840 Bug ID: 1414840 Summary: Review Request: php-react-http - Library for building an evented http server Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: shawn@xxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: https://raw.githubusercontent.com/siwinski/rpms/6f89195c948c6f9aadee611b89bf350ba56a59c8/php-react-http/php-react-http.spec SRPM URL: https://siwinski.fedorapeople.org/SRPMS/php-react-http-0.4.2-1.fc25.src.rpm 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. Fedora Account System Username: siwinski -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx