Skip to content

Replace requests/aiohttp with httpx #86

Open
@orangetin

Description

@orangetin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions