base64url (zotonic_core v1.0.0-rc.11)

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

-spec decode(string() | binary()) -> binary().
Link to this function

decode_to_string(Bin)

-spec decode_to_string(string() | binary()) -> string().
-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().