Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-11
2017-07-11 09:25:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f7c8917c105c1cf0929087bb8185e9579929f72a (
13
lines) (+
13
/-
0
)
[
Show
|
Annotate
]
Branch:
f7c8917c105c1cf0929087bb8185e9579929f72a
RXML: Document the "base64url" encoding.
This encoding was undocumented.
3174:
//! Base-64 decoding (@rfc{4648@}). //! C.f. @[MIME.decode_base64]. //!
+
//! @value "base64url"
+
//! @value "base-64-url"
+
//! @value "b64url"
+
//! Base-64 URL encoding. Requires octet (i.e. non-wide) strings.
+
//! C.f. @[MIME.encode_base64url].
+
//!
+
//! @value "-base64url"
+
//! @value "-base-64-url"
+
//! @value "-b64url"
+
//! Base-64 URL decoding (@rfc{4648@}).
+
//! C.f. @[MIME.decode_base64url].
+
//!
//! @value "md5" //! @value "sha1" //! @value "sha256"