From 4335976066d7b2920cec91d29a39b8e9b28383a1 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Sun, 23 Mar 2014 15:55:05 -0700 Subject: [PATCH] Adding progress subscriber to the docs --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index f77a272d..8242fbdf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,6 +59,9 @@ layer to add capabilities to the client. `OAuth Subscriber `_ Signs requests using OAuth 1.0. +`Progress Subscriber `_ + Emits progress events when uploading and downloading data. + `Cache Subscriber `_ Implements a private transparent proxy cache that caches HTTP responses.