class ParametersSingleImpl : Parameters, StringValuesSingleImpl
ParametersSingleImpl(name: String, values: List<String>) |
fun toString(): String |
fun Parameters.formUrlEncode(): String
Encode form parameters |
|
fun Parameters.formUrlEncodeTo(out: Appendable): Unit
Encode form parameters to the specified out appendable |
|
operator fun Parameters.plus(other: Parameters): Parameters
Plus operator function that creates a new parameters instance from the original one concatenating with other |