php-sabre-http 3.0.5-3 source package in Ubuntu

Changelog

php-sabre-http (3.0.5-3) unstable; urgency=medium

  * Adapt patches to sabre21 specific path
  * Fix upper limit after spurious upload of php-sabre-event 3.0.0~alpha1

 -- David Prévot <email address hidden>  Tue, 27 Oct 2015 13:43:02 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-sabre-http_3.0.5-3.dsc 1.8 KiB 28aefc6c248b3418455147b883194da1c5ab65a54e78d5b01a9de9c69ec93025
php-sabre-http_3.0.5.orig.tar.gz 39.4 KiB 1ace1116f8306b3583514adaa4bb6d3e707318a281466e62a6674ae170dca680
php-sabre-http_3.0.5-3.debian.tar.xz 5.0 KiB 4f34dadb0da29166fed1977a77dd4d88559f5624f610d2a820f69ca07850965a

Available diffs

No changes file available.

Binary packages built by this source

php-sabre-http: library to ease the work with HTTP protocol

 sabre/http provides a toolkit to ease the work with HTTP protocol.
 .
 This library is 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()
 .
 It provides a Request object, and a Response object. The objects are
 extensible and easily mockable.