drupal/core/vendor/guzzlehttp/ringphp
Nathaniel Catchpole fa9b7ac823 Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
..
docs Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
src Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
tests Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
.gitignore Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
.travis.yml Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
LICENSE Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
Makefile Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
README.rst Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
composer.json Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00
phpunit.xml.dist Issue #2348365 by larowlan | mtdowling: Update to Guzzle 5. 2014-10-16 10:54:33 +01:00

README.rst

=======
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 <https://github.com/reactphp/promise>`_.

RingPHP is inspired by Clojure's `Ring <https://github.com/ring-clojure/ring>`_,
but has been modified to accommodate clients and servers for both blocking
and non-blocking requests.

See http://guzzle-ring.readthedocs.org/ for the full online documentation.