{groovy}
String html << new URL(address).openStream()
println html
{groovy}