Commits

Andy Green authored 2639b276f4b
base64: add URL encode variant and allow decode of it The URL encode variant is the same, except + is coded as -, and / is coded as _ to avoid urlencoding when the base64 is used in situations that are urlencoded.