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
urllib3 has everything we need from requests (and is the library beneath it), including connection pooling. It's much more actively maintained and has a more consistent API, so we should switch to it.
The text was updated successfully, but these errors were encountered:
urllib3
has everything we need fromrequests
(and is the library beneath it), including connection pooling. It's much more actively maintained and has a more consistent API, so we should switch to it.The text was updated successfully, but these errors were encountered: