From 6f6d0164a9eb73539ab6e5f6124006a6ddf1bc2f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 27 Mar 2019 10:09:19 +0000 Subject: [PATCH 01/18] Add `requests-async` link to "non-blocking" docs. Links to https://github.com/encode/requests-async for an asyncio non-blocking option. --- docs/user/advanced.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 9bad3909..f1b7460d 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -976,11 +976,12 @@ response at a time. However, these calls will still block. If you are concerned about the use of blocking IO, there are lots of projects out there that combine Requests with one of Python's asynchronicity frameworks. -Some excellent examples are `requests-threads`_, `grequests`_, and `requests-futures`_. +Some excellent examples are `requests-threads`_, `grequests`_, `requests-futures`_, and `requests-async`_. .. _`requests-threads`: https://github.com/requests/requests-threads .. _`grequests`: https://github.com/kennethreitz/grequests .. _`requests-futures`: https://github.com/ross/requests-futures +.. _`requests-async`: https://github.com/encode/requests-async Header Ordering --------------- From 76a89c3c9b973034b3f615b10615f172e631c743 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Mar 2019 23:51:53 -0400 Subject: [PATCH 02/18] Update sidebarintro.html --- docs/_templates/sidebarintro.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 6bfc5cef..f830c810 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -30,6 +30,7 @@

More Kenneth Reitz projects: