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

Move from requests to httpx #392

Open
jace opened this issue Jun 26, 2023 · 1 comment
Open

Move from requests to httpx #392

jace opened this issue Jun 26, 2023 · 1 comment

Comments

@jace
Copy link
Member

jace commented Jun 26, 2023

requests does not support Async, and does not appear it will gain support soon as there have been many abandoned forks and sub-projects over the years. We should move to httpx as it has native async support.

This will create an additional dependency for Coaster-dependent projects that are still using requests, and may break downstream test mocks.

@Ousret
Copy link

Ousret commented Dec 15, 2023

How about trying Niquests instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants