Commit e6ec6245 authored by Nils Goroll's avatar Nils Goroll

minimal URL documentation

parent c47dcc40
......@@ -155,7 +155,12 @@ byte. For example::
URL*
----
*TODO*
The ``URL`` decoding replaces any ``%<2-hex-digits>`` substrings with
the binary value of the hexadecimal number after the % sign.
The ``URLLC`` and ``URLUC`` encodings implement "percent encoding" as per
RFC3986, the hexadecimal characters A-F being output in lower- and
uppercase, respectively.
$Function BLOB decode(ENUM {IDENTITY, BASE64, BASE64URL, BASE64URLNOPAD,
HEX, URL} decoding="IDENTITY", STRING_LIST encoded)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment