Aller au contenu

PercentEncoding

Ce contenu n’est pas encore disponible dans votre langue.

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.

NameSummary
encodefun encode(value: String): String
Percent-encodes every byte outside RFC 3986’s unreserved set.