【发布时间】:2015-10-04 16:59:30
【问题描述】:
是否可以在 esky 中发送帖子数据?
#I need to be able to send post data in this request
app = esky.Esky(sys.executable,"https://example-app.com/downloads/")
【问题讨论】:
是否可以在 esky 中发送帖子数据?
#I need to be able to send post data in this request
app = esky.Esky(sys.executable,"https://example-app.com/downloads/")
【问题讨论】:
我不确定,最好的方法是查看源代码,看看你是否找到潜伏的选项,应该可以继承 esky finder 类并获得你正在寻找的行为。
This pull request 正在对 finder 进行子分类以从 amazon s3 获取更新,它可能会对您有所帮助!
【讨论】: