发布于 2016-04-29 23:57:51 | 121 次阅读 | 评论: 0 | 来源: 网友投递
Requests Python 的 HTTP 客户端库
Requests 是一个 Python 的 HTTP 客户端库。
Requests v2.9.2 和 v2.10.0 发布了,
Requests v2.9.2 改进日志如下:
Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore.
Don't use redirect_cache if allow_redirects=False
When passed objects that throw exceptions from tell()
, send them via chunked transfer encoding instead of failing.
Raise a ProxyError for proxy related connection issues.
Requests v2.10.0 改进日志如下:
Updated bundled urllib3 to 1.15.1.
SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
下载地址:
https://github.com/kennethreitz/requests/releases/tag/v2.10.0
https://github.com/kennethreitz/requests/releases/tag/v2.9.2