php-guzzlehttp-ringphp 1.1.0-1 source package in Ubuntu

Changelog

php-guzzlehttp-ringphp (1.1.0-1) unstable; urgency=medium

  [ Masaki Kagaya ]
  * adding an option for CURL_HTTP_VERSION_2_0

  [ Michael Dowling ]
  * 1.1.0 release

  [ David Prévot ]
  * Add missing dependency for CI

 -- David Prévot <email address hidden>  Sat, 23 May 2015 07:21:47 -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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-guzzlehttp-ringphp_1.1.0-1.dsc 2.0 KiB 329fe786a7f64f25334c1b70f0c182195506fffb8106e5ff8d75c8cae789edb7
php-guzzlehttp-ringphp_1.1.0.orig.tar.gz 43.3 KiB a78d09d759cf29eecd7e8496f5f0845fb2265db6ed36398e842576f11c8d90c6
php-guzzlehttp-ringphp_1.1.0-1.debian.tar.xz 5.1 KiB 292f3fede7318343854df732251c94364499420e74d222aa4ef4498ba655292c

Available diffs

No changes file available.

Binary packages built by this source

php-guzzlehttp-ringphp: Ring adapter and handler system for Guzzle

 RingPHP provides low level APIs used to power HTTP clients and servers through
 a simple, PHP callable that accepts a request hash and returns a future
 response hash. RingPHP supports both synchronous and asynchronous workflows by
 utilizing both futures and promises.
 .
 RingPHP is inspired by Clojure's Ring, but has been modified to accommodate
 clients and servers for both blocking and non-blocking requests.

php-guzzlehttp-ringphp-doc: Ring adapter and handler system for Guzzle - documentation

 This package contains the documentation for RingPHP.
 .
 RingPHP provides low level APIs used to power HTTP clients and servers through
 a simple, PHP callable that accepts a request hash and returns a future
 response hash. RingPHP supports both synchronous and asynchronous workflows by
 utilizing both futures and promises.