diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-09-04 15:50:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-04 15:50:38 -0400 |
| commit | 49ec082a776790442600451b35b32fb5dc85f101 (patch) | |
| tree | de64b6ff590add22ed12cd4e69a435affab2d8d0 /docs/community | |
| parent | 0488c640e2fa0d6d5f193c536179be08ee348917 (diff) | |
| download | python-requests-49ec082a776790442600451b35b32fb5dc85f101.tar.gz | |
Update recommended.rst
Diffstat (limited to 'docs/community')
| -rw-r--r-- | docs/community/recommended.rst | 8 |
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 ----------------- |
