python-urllib3 1.25.8-ok1 source package in openKylin
Changelog
python-urllib3 (1.25.8-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
python-urllib3 (1.25.8-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
python-urllib3_1.25.8.orig.tar.gz | 255.0 KiB | 87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc |
python-urllib3_1.25.8-ok1.debian.tar.xz | 7.5 KiB | a837d30a4d4854545c6dce14ba3975ae76caaa660222201a00aa9a14803c7036 |
python-urllib3_1.25.8-ok1.dsc | 2.0 KiB | d60f4c5e3579663cf7b6e8f2d8d6e8b251e98c66305090cbe2de9a8c11f14e20 |
urllib3 supports features left out of urllib and urllib2 libraries.
.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool
and HTTPSConnection
verification).
- File posting (encode_
- Built-in redirection and retries (optional).
- Supports gzip and deflate decoding.
- Thread-safe and sanity-safe.
- Small and easy to understand codebase perfect for extending and
building upon.
.
This package contains the Python 3 version of the library.