coaster
coaster copied to clipboard
Move from requests to httpx
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.
How about trying Niquests instead?