[ol7_developer_EPEL] php-sabre-http-4.2.4-1.el7.noarch

Name:php-sabre-http
Version:4.2.4
Release:1.el7
Architecture:noarch
Group:Development/Libraries
Size:125997
License:BSD
RPM: php-sabre-http-4.2.4-1.el7.noarch.rpm
Source RPM: php-sabre-http-4.2.4-1.el7.src.rpm
Build Date:Tue Aug 14 2018
Build Host:x86-ol7-builder-02.us.oracle.com
Vendor:Oracle America
URL:https://github.com/sabre-io/http
Summary:Library for dealing with http requests and responses
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.

Autoloader: /usr/share/php/Sabre/HTTP/autoload.php

Related Packages (Show Changelog) (Show Filelist)