标签: grails groovy httpbuilder
REST Client HTTP Builder的关闭withRest。如何判断此闭包中的可用内容:
withRest
withRest(uri: domainName) { what,parameters,are,available,here -> }
来源是here(第80行似乎是个好地方)。
答案 0 :(得分:0)
看一下groovyx.net.http.RESTClient课程。 JavaDoc应该让您了解使用withRest
groovyx.net.http.RESTClient