urllib3 2.2.3
0
HTTP library with thread-safe connection pooling, file post, and more.
Contents
HTTP library with thread-safe connection pooling, file post, and more.
Stars: 3776, Watchers: 3776, Forks: 1147, Open Issues: 126The urllib3/urllib3
repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3776 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
Related Packages
Errors
A list of common urllib3 errors.
Code Examples
Here are some urllib3
code examples and snippets.
GitHub Issues
The urllib3 package has 126 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
inencode_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