The Encode module enables you to encode strings and raw bytes.
A type that knows how to encode certain data into a Base64 string.
string : String -> Encoder
String Encoder
.
bytes : Bytes -> Encoder
Bytes Encoder
.
encode : Encoder -> String
Turns an Encoder
into a Base64 string.