[ 源代码: python-urllib3 ]
软件包:python3-urllib3(2.0.7-2)
python3-urllib3 的相关链接
Debian 的资源:
下载源码包 python-urllib3:
- [python-urllib3_2.0.7-2.dsc]
- [python-urllib3_2.0.7.orig.tar.gz]
- [python-urllib3_2.0.7-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [urllib3.readthedocs.org]
相似软件包:
HTTP library with thread-safe connection pooling for Python3
urllib3 supports features left out of urllib and urllib2 libraries.
- Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - 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.
其他与 python3-urllib3 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: ca-certificates
- 通用 CA 证书
-
- sug: python3-brotli
- lossless compression algorithm and format (Python 3 version)
-
- sug: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- sug: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- sug: python3-openssl
- Python 3 wrapper around the OpenSSL library
-
- sug: python3-socks
- Python 3 SOCKS client module