Name : php-sabre-http5
| |
Version : 5.1.12
| Vendor : Remi's RPM repository < https://rpms_remirepo_net/> #StandWithUkraine
|
Release : 1.el9.remi
| Date : 2024-08-28 10:37:39
|
Group : Unspecified
| Source RPM : php-sabre-http5-5.1.12-1.el9.remi.src.rpm
|
Size : 0.13 MB
| |
Packager : Remi Collet
| |
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/HTTP5/autoload.php
|
RPM found in directory: /packages/linux-pbone/rpms.remirepo.net/enterprise/9/remi/aarch64 |