drupal/core/vendor/guzzlehttp/ringphp/README.rst

15 lines
589 B
ReStructuredText

=======
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.