URL internalURL = new URL(url)
return internalURL.openConnection().inputStream.withCloseable {
it.bytes.encodeBase64();
}
URL internalURL = new URL(url)
return internalURL.openConnection().inputStream.withCloseable {
it.bytes.encodeBase64();
}