Hi all, I was using requests for some API calls, but I notice it does not support global timeouts (without some hacking involved).
Can I get recommendations for a http client library that:
- supports global timeouts
- support caching, either officially or with another library. I want caching only to test the code locally, so I dont make the same requests each time I run it.
- (optinal) supports async
Thank you in advance