itsdangerous.encoding

Undocumented in source.

Members

Functions

base64Decode
string base64Decode(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
base64Encode
string base64Encode(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
bytesToInt
int bytesToInt(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
intToBytes
ubyte[] intToBytes(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
rsplit
auto rsplit(string str, char sep)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

BASE64_ALPHABET
string BASE64_ALPHABET;
Undocumented in source.

Meta