fun String.urlEncode(encoding: String = "UTF-8"): String
URL-encodes a string by calling URLEncoder.encode.
encoding - String encoding.
encoding
Return URL-encoded version of the string.