Clone Client to AsyncClient #3267
Unanswered
MajorDallas
asked this question in
Q&A
Replies: 1 comment
-
You could probably inherit from Client and implement its methods using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My use-case is that I'm stuck using a particular library that's built on
httpx.Client
, but there are cases where I need to make dozens or hundreds of calls with this library that would greatly benefit from concurrency. I could (probably) usegevent
to get concurrency without doing anything to my code, but it would be cool if I could also do something likeI looked through the docs and searched here hoping something like that already exists. Did I miss it?
Beta Was this translation helpful? Give feedback.
All reactions