Function ::urlencoded::decode
OverviewDecode from a application/x-www-form-urlencoded String into a rune Object.
let result = decode;
let map = #;
map = "1";
map = "2";
map = "4";
map = "";
map = "value_without_key";
assert_eq!;
Decode from a application/x-www-form-urlencoded String into a rune Object.
let result = decode;
let map = #;
map = "1";
map = "2";
map = "4";
map = "";
map = "value_without_key";
assert_eq!;