UrlEncoder

interface UrlEncoder(source)

Inheritors

Functions

Link copied to clipboard
abstract fun decode(encoded: String): String
Link copied to clipboard
abstract fun encodePath(value: String): String
Link copied to clipboard
abstract fun encodeQuery(value: String): String