ktor-http / io.ktor.http / ParametersSingleImpl

ParametersSingleImpl

class ParametersSingleImpl : Parameters, StringValuesSingleImpl

Constructors

<init>

ParametersSingleImpl(name: String, values: List<String>)

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