Http post request(无法使用不可重复的请求实体重试请求)

时间:2015-08-13 13:29:42

标签: swift http grails groovy

我们正在尝试将图像保存到swift数据库中。 我们不断收到上述错误。帮助....?

def http = new HTTPBuilder( 'https://******.objectstore.eu/' )
http.auth.basic '***', '***'

http.post(
        path:'/images/', 
        body: new File('C:/Users/****/Desktop/jaja.txt').bytes,
        requestContentType: BINARY
) { response ->
    println response.statusLine
}

authSite.shutdown()

此行发生错误:

    body: new File('C:/Users/****/Desktop/jaja.txt').bytes,

0 个答案:

没有答案