1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-11 19:14:38 +01:00

Adding progress subscriber to the docs

This commit is contained in:
Michael Dowling 2014-03-23 15:55:05 -07:00
parent 4f33ab1f92
commit 4335976066

View File

@ -59,6 +59,9 @@ layer to add capabilities to the client.
`OAuth Subscriber <https://github.com/guzzle/oauth-subscriber>`_
Signs requests using OAuth 1.0.
`Progress Subscriber <https://github.com/guzzle/progress-subscriber>`_
Emits progress events when uploading and downloading data.
`Cache Subscriber <https://github.com/guzzle/cache-subscriber>`_
Implements a private transparent proxy cache that caches HTTP responses.