Open
Description
Is your feature request related to a problem? Please describe.
httpx is a modern http client library that provides sync and async libraries.
Describe the solution you'd like
- Simplify the code used for sync/async by replacing requests/aiohttp with httpx
- Enable http2 by default and have a configurable option to disable it
- [Optional] Add support for proxies
Describe alternatives you've considered
N/A
Additional context
Relevant code that needs to be changed lives in this file.