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

Wed Feb 01 2023 10:33:28 GMT+0000 (Coordinated Universal Time)

#groovy #base64

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension