summaryrefslogtreecommitdiff
path: root/www/py-httpx-retries/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-httpx-retries/pkg-descr')
-rw-r--r--www/py-httpx-retries/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/py-httpx-retries/pkg-descr b/www/py-httpx-retries/pkg-descr
new file mode 100644
index 000000000000..68b3434523c3
--- /dev/null
+++ b/www/py-httpx-retries/pkg-descr
@@ -0,0 +1,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.