UrlEncoded.decode

Decoded parameters to Map.

@param content the string containing the encoded parameters @param map the MultiMap to put parsed query parameters into @param charset the charset to use for decoding

class UrlEncoded
void
decode
(
string content
,
string charset = ENCODING
)

Meta