UrlEncoded.encode

Encode MultiMap with % encoding.

@param charset the charset to encode with @param equalsForNullValue if True, then an '=' is always used, even for parameters without a value. e.g. <code>"blah?a=&amp;b=&amp;c="</code>. @return the MultiMap as a string encoded with % encodings

  1. string encode()
  2. string encode(bool equalsForNullValue)
    class UrlEncoded
    string
    encode

Meta