Menu

This is documentation for the next version of K6. For the latest stable release, go to the latest version.

Open source RSS

k6/encoding

The encoding module provides base64 encoding/decoding as defined by RFC4648.

FunctionDescription
b64decode(input, [encoding], [format])Base64 decode a string.
b64encode(input, [encoding])Base64 encode a string.