diff options
| author | Ruben <ruben.m.menke@gmail.com> | 2020-09-23 13:19:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 13:19:29 +0200 |
| commit | c3280d7844cc88693b1e97d45f704945cb55f29c (patch) | |
| tree | fe241796c86b68556ffa3c6ca196fd0a782df8b2 | |
| parent | 967a05bfffcb68f97296eda197b062221c2ebc0d (diff) | |
| download | python-requests-c3280d7844cc88693b1e97d45f704945cb55f29c.tar.gz | |
Update advanced.rst
replaced reference to requests-async with httpx the replacement project
| -rw-r--r-- | docs/user/advanced.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 42f28854..c605f815 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -981,12 +981,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`_, `requests-futures`_, and `requests-async`_. +Some excellent examples are `requests-threads`_, `grequests`_, `requests-futures`_, and `httpx`_. .. _`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 +.. _`httpx`: https://github.com/encode/httpx Header Ordering --------------- |
