summaryrefslogtreecommitdiff
path: root/docs/community
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-09-04 15:50:38 -0400
committerGitHub <noreply@github.com>2017-09-04 15:50:38 -0400
commit49ec082a776790442600451b35b32fb5dc85f101 (patch)
treede64b6ff590add22ed12cd4e69a435affab2d8d0 /docs/community
parent0488c640e2fa0d6d5f193c536179be08ee348917 (diff)
downloadpython-requests-49ec082a776790442600451b35b32fb5dc85f101.tar.gz
Update recommended.rst
Diffstat (limited to 'docs/community')
-rw-r--r--docs/community/recommended.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/community/recommended.rst b/docs/community/recommended.rst
index ae2ae5eb..73520342 100644
--- a/docs/community/recommended.rst
+++ b/docs/community/recommended.rst
@@ -34,6 +34,14 @@ requested by users within the community.
.. _Requests-Toolbelt: http://toolbelt.readthedocs.io/en/latest/index.html
+
+Requests-Threads
+----------------
+
+`Requests-Threads` is a Requests session that returns the amazing Twisted's awaitable Deferreds instead of Response objects. This allows the use of ``async``/``await`` keyword usage on Python 3, or Twisted's style of programming, if desired.
+
+.. _Requests-Threads: https://github.com/requests/requests-threads
+
Requests-OAuthlib
-----------------