You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a nice project. I think I'll stick with yours, but if my initial approach using async could be helpful I thought I'd flag that for discussion. Request quotas may mean it's not worth the complexity.
It would be a significant change but I do think it would be compatible with python >= 3.6. I also think there were discussions to add async features to the next release of requests but that may be far off.
So: if scalability is a significant frustration for users of this library, even with the quotas, then it could be worth the effort. It may require detailed planning though, and like httpx it would be safest to retain a non-async option for compatibility.
This looks like a nice project. I think I'll stick with yours, but if my initial approach using
async
could be helpful I thought I'd flag that for discussion. Request quotas may mean it's not worth the complexity.This gist is an example using
httpx
async features andaiofiles
. Had aimed to use theseasync
testing options. It's close but not quite the same asrequests
. I thinkaiohttp
may be closer torequests
.The text was updated successfully, but these errors were encountered: