python3-httpx-retries

retry transport for HTTPX requests

Description

This library adds configurable retry handling to HTTP client requests made through HTTPX.

It provides a transport layer that can be attached to synchronous or asynchronous clients. Failed requests can be retried according to a retry policy, with options for the total number of attempts and backoff timing between attempts.

The retry configuration is modelled on familiar request retry settings, while focusing on request and response handling. It is involved in communication between the client and the HTTP or HTTPS servers being requested, such as web APIs and other HTTP endpoints.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/will-ockmore/httpx-retries


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-httpx-retries