I heard that Groovy has a built-in REST/HTTP client. The only library I can find is HttpBuilder, is this it?
Basically I\'m looking for a way to do
The simplest one got to be:
def html = "http://google.com".toURL().text