Url

object Url : EscapeTarget

Percent-encodes a URL path. Each /-separated segment is encoded individually, preserving / as a path separator. Spaces become %20 (not +).

Functions

Link copied to clipboard
open override fun escape(input: String): String

Escapes the input string for the target format.