发布于 2016-08-19 01:52:52 | 203 次阅读 | 评论: 0 | 来源: 网友投递
Requests Python 的 HTTP 客户端库
Requests 是一个 Python 的 HTTP 客户端库。
Requests v2.11.1 发布了,
该版本更新内容:
Bug修复:
Fixed a bug when using iter_content
with decode_unicode=True
for streamed bodies would raise AttributeError
. This bug was introduced in 2.11.
Strip Content-Type and Transfer-Encoding headers from the header block when following a redirect that transforms the verb from POST/PUT to GET.
下载地址: