Add httpx-retries to third party packages docs#3552
Add httpx-retries to third party packages docs#3552lovelydinosaur merged 7 commits intoencode:masterfrom
Conversation
Sorts the entries on the page to make it easier to browse.
|
I didn't +/- this initially because I was blocked by the awkwardness of some of the entries on this page. They're unrelated to your addition, so we can either be neat and tidy and deal with different aspects in different PRs or else we can be pragmatic and deal with them up as part of this pull request. (Or we can be non-plussed) |
|
@tomchristie as I started the cleanup here by sorting the entries, I thought why not continue with the pragmatic approach. I've included your comments, as well as some grammar improvements, and separated out libs that have HTTPX support from direct plugins. An additional change we could make here if there's appetite is to remove duplication; there are two libraries for mocking, and two cache libraries. |
06c9c7e to
59cf696
Compare
lovelydinosaur
left a comment
There was a problem hiding this comment.
Lil' spruce up. Neato. 👍🏼
Not going to deal with de-dup just yet.
Summary
httpx-retries is a third-party package which implements request retry.
There's been extensive discussion on this feature in https://github.com/encode/httpx/issues/108 - take a look at the end of the thread (specifically, the recent comment I left) for the current state of play.
I've added the package to the third-party packages docs; I've also sorted the entries alphabetically, as there's quite a few, to make it easier to browse (if this is an undesired change, let me know, I'll revert it!). I've run the docs locally, to verify everything looks good.
Checklist