mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
This provides a variety of encode/decode functions for things like base64 and base32 encoding
6 lines
144 B
Markdown
6 lines
144 B
Markdown
# `kumo.encode.base64url_nopad_encode(STRING)`
|
|
|
|
{{since('dev')}}
|
|
|
|
Applies `base64url_nopad` encoding to STRING, and returns the encoded string.
|