Function filterURLDecode
Writes the decoded version of the given URL encoded string to an output range.
void filterURLDecode(R)
(
ref R dst,
const(char)[] str,
bool form_encoding = false
);