summaryrefslogtreecommitdiff
path: root/www/py-httpx-retries/pkg-descr
blob: 68b3434523c3bf0d9faf6330d86f49cabe0991fd (plain) (blame)
1
2
3
4
HTTPX Retries implements request retry for HTTPX.

It's very common to deal with flaky and unreliable APIs. When
requests fail, your program needs to be able to retry them.