https://bugzilla.redhat.com/show_bug.cgi?id=1047527 Bug ID: 1047527 Summary: Review Request: php-sabre-http - Library for dealing with http requests and responses Product: Fedora Version: rawhide Component: Package Review Severity: medium Priority: medium Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: fedora@xxxxxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx https://raw.github.com/remicollet/remirepo/aa9026b69254ef4c9a21d3370d0547c9ce40e97c/php/sabredav/php-sabre-http/php-sabre-http.specSpec URL: SRPM URL: http://rpms.famillecollet.com/SRPMS/php-sabre-http-1.0.0-0.1.alpha5.remi.src.rpm Description: This library provides a toolkit to make working with the HTTP protocol easier. Most PHP scripts run within a HTTP request but accessing information about the HTTP request is cumbersome at least, mainly do to superglobals and the CGI standard. There's bad practices, inconsistencies and confusion. This library is effectively a wrapper around the following PHP constructs: For Input: $_GET $_POST $_SERVER php://input or $HTTP_RAW_POST_DATA. For output: php://output or echo. header() What this library provides, is a Request object, and a Response object. The objects are extendable and easily mockable. Fedora Account System Username: remi -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review