Closed mdlam92 closed 9 months ago
For which transport, the sync or async one? HTTPXTransport
or HTTPXAsyncTransport
?
I personally only use the synchronous one. But I'm sure folks would like support in both.
For async only:
For sync and async:
Oh nice, this is awesome. Exactly what I was looking for! Thanks :heart:
It would be dope if the httpx Transport had support for retry logic like the requests one does.