No results for

Powered byAlgolia
⚠️ This is the archived documentation for k6 v0.47. Go to the latest version.

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.