PiCloud 的库使用 urllib2_file,它可以轻松地通过多部分数据上传。我忘记了我们从哪里得到这个模块(我们后来修改了它)。 urllib2_file 受 BSD 许可证保护。
PiCloud's library uses urllib2_file which easily does upload via multipart data. I forget where we got the module (we later modified it). the urllib2_file is covered under a BSD license.
在发现 httplib 之上推出了自己的版本>urllib3,它可以完成这两件事。
I rolled my own on top of httplib before discovering urllib3, which does both of these things.
httplib
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
PiCloud 的库使用 urllib2_file,它可以轻松地通过多部分数据上传。我忘记了我们从哪里得到这个模块(我们后来修改了它)。 urllib2_file 受 BSD 许可证保护。
PiCloud's library uses urllib2_file which easily does upload via multipart data. I forget where we got the module (we later modified it). the urllib2_file is covered under a BSD license.
在发现 httplib 之上推出了自己的版本>urllib3,它可以完成这两件事。
I rolled my own on top of
httplib
before discovering urllib3, which does both of these things.