Skip to content

Commit e73a6c5

Browse files
authored
Merge pull request psf#5034 from tomchristie/patch-1
Add `requests-async` link to "non-blocking" docs.
2 parents e3c3c0a + 6f6d016 commit e73a6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user/advanced.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,11 +976,12 @@ response at a time. However, these calls will still block.
976976

977977
If you are concerned about the use of blocking IO, there are lots of projects
978978
out there that combine Requests with one of Python's asynchronicity frameworks.
979-
Some excellent examples are `requests-threads`_, `grequests`_, and `requests-futures`_.
979+
Some excellent examples are `requests-threads`_, `grequests`_, `requests-futures`_, and `requests-async`_.
980980

981981
.. _`requests-threads`: https://github.com/requests/requests-threads
982982
.. _`grequests`: https://github.com/kennethreitz/grequests
983983
.. _`requests-futures`: https://github.com/ross/requests-futures
984+
.. _`requests-async`: https://github.com/encode/requests-async
984985

985986
Header Ordering
986987
---------------

0 commit comments

Comments
 (0)