Bug 1047527 (sabre-http) - Review Request: php-sabre-http - Library for dealing with http requests and responses
Summary: Review Request: php-sabre-http - Library for dealing with http requests and r...
Keywords:
Status: CLOSED RAWHIDE
Alias: sabre-http
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joseph Marrero
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: sabre-event
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-31 14:42 UTC by Remi Collet
Modified: 2014-01-07 07:54 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-07 07:54:42 UTC
Type: ---
Embargoed:
jmarrero: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.