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
First of all: this is a really good library and I appreciate the awesome work.
When I have to do hundreds of requests things start to become a bit slowly - which is completely normal - so I was wondering if you guys have any plan to implement an asynchronous programming here.
Otherwise, could you facilitate my (likely) future contribution by pointing out which parts of the code should I look at first?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hé @MuriloScarpaSitonio I am not a contributor to this project but I noticed that it is build on urllib. The most prominent libraries for webrequests that implement asyncio are httpx and httpcore which both are in beta. Therefore I guess that this feature won't be coming soon.
Hello!
First of all: this is a really good library and I appreciate the awesome work.
When I have to do hundreds of requests things start to become a bit slowly - which is completely normal - so I was wondering if you guys have any plan to implement an asynchronous programming here.
Otherwise, could you facilitate my (likely) future contribution by pointing out which parts of the code should I look at first?
Thank you very much!
The text was updated successfully, but these errors were encountered: