Skip to content

Enhance perfs using asynchronous HTTP and aiohttp lib #473

@clemlesne

Description

@clemlesne

Is your feature request related to a problem? Please describe.

Enhance performances by using asynchronous code. Specifically when consuming HTTP streams. The aiohttp is mature and can be easily implemented.

Describe the solution you'd like

Ditch requests for aiohttp.

Describe alternatives you've considered

Using async with requests, but not supported by the project.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions