coaster icon indicating copy to clipboard operation
coaster copied to clipboard

Move from requests to httpx

Open jace opened this issue 1 year ago • 1 comments

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.

jace avatar Jun 26 '23 07:06 jace

How about trying Niquests instead?

Ousret avatar Dec 15 '23 09:12 Ousret