Product Avatar Image

urllib3

Show rating breakdown
5 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.4
Serving customers since

Profile Name

Star Rating

3
2
0
0
0

urllib3 Reviews

Review Filters
Profile Name
Star Rating
3
2
0
0
0
Verified User in Computer Software
UC
Verified User in Computer Software
03/22/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

It's the Python 3 version of urllib2 / What's not to like?

It's like urllib2 but with some API changes. Takes a bit of time to get used to, but it's not much different from what you are used to with urllib2.
VP
varsha p.
Software Engineer at Tata Consultancy Services
01/15/2019
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

HTTP client for Python

urllib3 is an amazing, HTTP client for Python. A significant part of the Python ecosystem as of now utilizes urllib3 . urllib3 brings numerous basic features that are absent from the Python standard libraries like Thread safety , Connection pooling , File uploads with multipart encoding .

About

Contact

HQ Location:
N/A

Social

@urllib3

What is urllib3?

urllib3 is a powerful, user-friendly HTTP client for Python. It simplifies interactions with HTTP and HTTPS protocols by providing essential features such as connection pooling, client-side SSL/TLS verification, and file uploads. The library also includes advanced features like retrying failed requests, custom request headers, and timeout settings, which make it suitable for both simple and complex web requests. urllib3 is widely used for its reliability and ease of use, and is available for installation through the Python Package Index (PyPI) at https://pypi.org/project/urllib3/.

Details

Website
pypi.org