Http.Base64
Base64 codec.
Codecs Base64 according to RFC 4684.
encode s
is the base64
(or base64url
if url
is true
) encoding of s
.
decode s
is the base64
(or base64url
if url
is true
) decode of s
. In case of error the integer indicates:
4