Skip to content
Snippets Groups Projects
Commit cd4e26d4 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Roman Tsisyk
Browse files

Introduce base64_encode options

* no-wrap: do not wrap each 72 result symbols on a new line;
* no-pad:  do not add padding at the end of a result;
* urlsafe: no-wrap + no-pad + replace '+' -> '-' and '/' -> '_'.

Closes #2777
Closes #2478
Closes #2479
parent 664fc51e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment