diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2019-04-27 09:13:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-27 09:13:43 -0400 |
| commit | e73a6c52d205915c4d84e24ba01a5cd67e37d094 (patch) | |
| tree | 6fcde94962f9f98803279d13ecb78dbc30fb9877 /docs | |
| parent | e3c3c0a8fe4a0e89b7ca415afe23ae5aff5de48f (diff) | |
| parent | 6f6d0164a9eb73539ab6e5f6124006a6ddf1bc2f (diff) | |
| download | python-requests-e73a6c52d205915c4d84e24ba01a5cd67e37d094.tar.gz | |
Merge pull request #5034 from tomchristie/patch-1
Add `requests-async` link to "non-blocking" docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/advanced.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 --------------- |
