We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f61a58 commit 1c9a9e5Copy full SHA for 1c9a9e5
README.md
@@ -300,6 +300,7 @@ This lib has it's own build in **Base64** encoder:
300
Bytes.parseBase64("SpT9/x6v7Q==");
301
302
Bytes.from(array).encodeBase64(); //"SpT9/x6v7Q=="
303
+Bytes.from(array).encodeBase64Url(); //"SpT9_x6v7Q=="
304
```
305
306
Additionally the following encodings are supported:
0 commit comments