Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: replace requests with urllib3 #1040

Open
woodruffw opened this issue Jun 7, 2024 · 0 comments
Open

Refactor: replace requests with urllib3 #1040

woodruffw opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
chore enhancement New feature or request refactoring Refactoring tasks.

Comments

@woodruffw
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request refactoring Refactoring tasks.
Projects
None yet
Development

No branches or pull requests

1 participant