5
最新版本的Grails的REST的客戶端插件:Grails的REST客戶端插件 - 指定報頭數據
withHttp(uri: "http://foo/bar") {
def bodyContent = [
apiKey: "somekey",
identifier: identity.identity,
activity: ac as JSON
]
def json = post(path: 'activity', body: bodyContent)
if (json.stat == 'ok') {
wsr.success = true
}
}
我如何標題數據添加到這個請求?
我敢打賭,你是對的。我會測試它,並確保。謝謝。 – Gregg 2011-03-16 20:55:16