From 49ec082a776790442600451b35b32fb5dc85f101 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 15:50:38 -0400 Subject: [PATCH] Update recommended.rst --- docs/community/recommended.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -----------------