Query

data class Query(val parameters: List<Url.QueryParameter>)

Represents a list of query parameters in a URL.

Constructors

Link copied to clipboard
constructor(parameters: List<Url.QueryParameter>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun allNamed(name: String): List<String>

Returns all the values for the parameter with the given name.

Link copied to clipboard

Returns the first value for the parameter with the given name.