Skip to content

Instantly share code, notes, and snippets.

dependencies {
classpath group: "org.codehaus.groovy.modules.http-builder", name: "http-builder", version: "0.7"
}
import groovyx.net.http.HTTPBuilder
import static groovyx.net.http.ContentType.URLENC
import static groovyx.net.http.Method.POST