HTTPBuilder OverviewHTTPBuilder is the easiest way to manipulate HTTP-based resources from the JVM.In a nutshell, HTTPBuilder is a wrapper for Apache's HttpClient, with some (actually, a lot of) Groovy syntactical sugar thrown on top. The request/response model is also inspired by Prototype.js' Ajax.Request. In short, HTTPBuilder allows you to make HTTP requests like this:def http = new HTTPBuilde
{{#tags}}- {{label}}
{{/tags}}