base64url (zotonic_core v1.0.0-rc.14)
Link to this section Summary
Link to this section Types
Link to this type
ascii_string/0
-type ascii_string() :: [1..255].
Link to this section Functions
Link to this function
decode(Bin)
-spec decode(string() | binary()) -> binary().
Link to this function
decode_to_string(Bin)
-spec decode_to_string(string() | binary()) -> string().
Link to this function
encode(Bin)
-spec encode(string() | binary()) -> binary().
Link to this function
encode_to_string(Bin)
-spec encode_to_string(string() | binary()) -> ascii_string().
Link to this function
mime_decode(Bin)
-spec mime_decode(string() | binary()) -> binary().
Link to this function
mime_decode_to_string(Bin)
-spec mime_decode_to_string(string() | binary()) -> string().