Contents

urllib3 2.2.1

0

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

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

Stars: 3657, Watchers: 3657, Forks: 1102, Open Issues: 139

The urllib3/urllib3 repo was created 12 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 3657 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
License
Homepage
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 139 open issues on GitHub

  • Stop linking to codecov in README
  • Switch to Flit as a build-system
  • [1.26] Coverage dropped below 100% when vendoring ssl_match_hostname
  • Use static build system and reproducible builds
  • [2.0] Add tests for IPv6 proxy subjectAltNames (forward-port #2419)
  • Synchronize proxy features and test suite for v1.26.x and v2.0
  • Add test cases for framing of request bodies
  • Transfer-Encoding: chunked chunk lengths uppercase and lowercase depending on where chunking happens
  • OverflowError: signed integer is greater than maximum
  • _is_key_file_encrypted tracebacks if keyfile param is not a filename
  • Point to RequestField.from_tuples in encode_multipart_formdata docstring
  • Allow Retry class to determine to retry based on response
  • Start testing against OpenSSL 3.0
  • [1.26] Remove Python 3.5 support
  • [1.26] Remove Python 3.5 support

See more issues on GitHub

Related Packages & Articles