如何在库请求中发送100个继续请求

时间:2014-09-12 16:44:18

标签: python python-requests

如何在请求中发送以下HTTP请求?

HTTP/1.1 100 Continue

我想过在请求模块中获取负责的套接字并手动完成。像这样的东西:

requests.packages.urllib3.connectionpool.socket.socket.send(b'HTTP/1.1 100 Continue')

但那不干净(并且也不会工作)。

和想法?

0 个答案:

没有答案