Closed
Description
- I have searched to see if a similar issue already exists.
Minor nit but we use both requests and httpx to make network requests in the library. We use requests for simpleget
andpost
requests and httpx for async requests. httpx supports simple requests with the same syntax as the requests library (httpx.get, etc) so we can probably just use httpx.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.