ktor-http / io.ktor.http / ParametersImpl

ParametersImpl

class ParametersImpl : Parameters, StringValuesImpl

Constructors

<init>

ParametersImpl(values: Map<String, List<String>> = emptyMap())

Functions

toString

fun toString(): String

Extension Functions

formUrlEncode

fun Parameters.formUrlEncode(): String

Encode form parameters

formUrlEncodeTo

fun Parameters.formUrlEncodeTo(out: Appendable): Unit

Encode form parameters to the specified out appendable

plus

operator fun Parameters.plus(other: Parameters): Parameters

Plus operator function that creates a new parameters instance from the original one concatenating with other