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