将curl转换为Python httplib

时间:2013-04-08 09:36:23

标签: python curl hadoop hdfs httplib

Hadoop使用curl提供REST API。 出于某种原因,我需要使用httplib而不是pycurl。

您可以将此请求翻译为httplib吗? test.txt本地文件应由HTTPConnection.send(data)传输,因为我需要按块传输文件。

curl -i -X PUT -T test.txt "http://www.SomeDomain.com/webhdfs/v1/levi/test.txt?op=CREATE"

0 个答案:

没有答案