UrlEncoding

sealed class UrlEncoding

Identifies the components of a URL which are in an already-encoded form.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

The fragment of the URL is in an encoded form.

Link copied to clipboard
object None : UrlEncoding

None of the encodable parts of the URL are encoded.

Link copied to clipboard
object Path : UrlEncoding

The path of the URL is in an encoded form.

Link copied to clipboard

The query parameters of the URL are in an encoded form.

Functions

Link copied to clipboard
operator fun contains(item: UrlEncoding): Boolean
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun minus(other: UrlEncoding): UrlEncoding
Link copied to clipboard
operator fun plus(other: UrlEncoding): UrlEncoding
Link copied to clipboard
open override fun toString(): String