Package-level declarations

Types

Link copied to clipboard
interface QueryParameters

Represents a set of query parameters for a URL request.

Link copied to clipboard

Denotes a class that can build a QueryParameters instance of type T.

Link copied to clipboard

Denotes a query parameter value that is a list of values.

Link copied to clipboard
interface QueryParamValue

Represents a query parameter value.

Functions

Link copied to clipboard
fun QueryParameters.parametersOf(vararg parameters: Pair<String, Any?>): Map<String, String>

Create a query parameter map from the given pairs.