Bug 1047527 (sabre-http)

Summary: Review Request: php-sabre-http - Library for dealing with http requests and responses
Product: [Fedora] Fedora Reporter: Remi Collet <fedora>
Component: Package ReviewAssignee: Joseph Marrero <jmarrero>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: jmarrero, package-review
Target Milestone: ---Flags: jmarrero: fedora-review+
gwync: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-07 07:54:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1047525    
Bug Blocks:    

Description Remi Collet 2013-12-31 14:42:24 UTC
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

Comment 3 Remi Collet 2013-12-31 16:19:42 UTC
I differ this one. (only requires by sabre-dav 1.9 and I plan to submit only 1.8)

Comment 4 Joseph Marrero 2014-01-05 04:28:30 UTC
License: OK
Macros: OK
Install: OK
Naming: OK
Sources: OK
Scriptlets: OK

APPROVED

Comment 5 Remi Collet 2014-01-05 06:47:42 UTC
Thanks again !

New Package SCM Request
=======================
Package Name: php-sabre-http
Short Description: Library for dealing with http requests and responses
Owners: remi
Branches: f19 f20 el6
InitialCC:

Comment 6 Remi Collet 2014-01-05 06:48:25 UTC
of course, I will wait for sabre-dav 1.9 before pushing this package.

Comment 7 Gwyn Ciesla 2014-01-06 13:42:36 UTC
Git done (by process-git-requests).

Comment 8 Remi Collet 2014-01-07 07:54:42 UTC
Only imported in rawhide for now (will be push when needed in other branches by php-sabre-dav 1.9).