Encodes a Key-Value map into a form URL encoded string.
Returns an application/x-www-form-urlencoded MIME formatted string, ie. all spaces ' ' are replaced by the '+' character
An iterable key-value map iterable with foreach(string key, string value; map).
A valid form separator, common values are '&' or ';'
See Implementation
Encodes a Key-Value map into a form URL encoded string.
Returns an application/x-www-form-urlencoded MIME formatted string, ie. all spaces ' ' are replaced by the '+' character