Contents

urllib3 2.6.3

0

HTTP library with thread-safe connection pooling, file post, and more.

HTTP library with thread-safe connection pooling, file post, and more.

Stars: 4006, Watchers: 4006, Forks: 1291, Open Issues: 168

The urllib3/urllib3 repo was created 14 years ago and the last code push was 6 hours ago.
The project is very popular with an impressive 4006 github stars!

How to Install urllib3

You can install urllib3 using pip

pip install urllib3

or add it to a project with poetry

poetry add urllib3

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/urllib3/
Documentation:
https://urllib3.readthedocs.io
GitHub Repo:
https://github.com/urllib3/urllib3

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries
No  urllib3  pypi packages just yet.

Errors

A list of common urllib3 errors.

Code Examples

Here are some urllib3 code examples and snippets.

GitHub Issues

The urllib3 package has 168 open issues on GitHub

  • BaseHTTPResponse.readinto should accept any bytes-like object not just bytearray
  • Switch deprecation warnings to FutureWarning and reschedule removals
  • Add property-based testing and continuous fuzzing
  • Add comprehensive Hypothesis property-based testing suite and continuous fuzzing CI/CD for urllib3
  • add Proxy Response Header section to advanced-usage.rst
  • Document deprecation policy
  • Update ConnectionPool Queue to support gevent monkey_patch
  • Fix for issue #3636 around read() after partial read not returning full content
  • Drop Python 3.9
  • Correction of the load_default_certs call condition
  • Cannot use proxy_ssl_context with CERT_VERIFIED and ssl_context with CERT_NONE

See more issues on GitHub

Related Packages & Articles