PercentEncoding
object PercentEncoding
RFC 3986 percent-encoding for a single query-string value. Not java.net.URLEncoder (form encoding turns space into +), not android.net.Uri.encode (throws on the unit-test classpath). public only because :frak-sdk-ui needs it across the module boundary; see InternalFrakApi.
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| encode | fun encode(value: String): String Percent-encodes every byte outside RFC 3986’s unreserved set. |