Skip to content

Commit

Permalink
Add requests-async link to "non-blocking" docs.
Browse files Browse the repository at this point in the history
Links to https://github.com/encode/requests-async for an asyncio non-blocking option.
  • Loading branch information
tomchristie committed Mar 27, 2019
1 parent a345b77 commit 6f6d016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user/advanced.rst
Expand Up @@ -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
---------------
Expand Down

0 comments on commit 6f6d016

Please sign in to comment.