Function ::urlencoded::encode
OverviewEncode a String object into an url encoded String. Consumes the given object.
let map = #;
map = "1";
map = "2";
map = "3";
map = "4";
map = "";
map = "value_without_key";
let result = decode;
let map = #;
map = "1";
map = "2";
map = "3";
map = "4";
map = "";
map = "value_without_key";
assert_eq!;