Closed 7trail closed 8 months ago
If it helps any, the httpx.Client class, which seems to be the reason it's currently synchronous, has an AsyncClient version. This asynchronous version of the class looks like it has all the same methods available, just as an async.
This is added in the new version
Is this at all possible? Thank you!