Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace requests/aiohttp with httpx #86

Open
orangetin opened this issue Apr 2, 2024 · 1 comment · May be fixed by #99
Open

Replace requests/aiohttp with httpx #86

orangetin opened this issue Apr 2, 2024 · 1 comment · May be fixed by #99
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@orangetin
Copy link
Member

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

  1. Simplify the code used for sync/async by replacing requests/aiohttp with httpx
  2. Enable http2 by default and have a configurable option to disable it
  3. [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.

@orangetin orangetin added enhancement New feature or request good first issue Good for newcomers labels Apr 2, 2024
@Ousret

This comment was marked as outdated.

@orangetin orangetin linked a pull request Apr 17, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants