请求等于curl - 解决

时间:2017-07-19 07:56:23

标签: python curl python-requests

我有一个curl命令可以与--resolve一起使用,但无法找出与Requests相当的等效命令。 (如果有的话。)

简化示例:

URL: 192:168.1.1
Socket: 9999
User: fred
Password for fred: 123456
Path to resolve:  https://number.street.city:9999/mypath/info

卷曲命令:

curl -v -u fred:123456 -k -H "Content-Type: application/json"
     --resolve number.street.city:9999:192.168.1.1 
     https://number.street.city:9999/mypath/info

我猜session.resolve_redirects有答案,但我不知道怎么做。任何帮助表示赞赏。

0 个答案:

没有答案