Grails’s RESTClient
The groovy.net.http.RESTClient class is a subclass of a more general groovyx.net.http.HttpBuilder class and comes with the "rest" plugin (http://grails.org/plugin/rest). GET A simple GET request with query parameters: def rest =…