object EmptyParameters : Parameters
val caseInsensitiveName: Boolean |
fun entries(): Set<Entry<String, List<String>>> |
|
fun equals(other: Any?): Boolean |
|
fun getAll(name: String): List<String>? |
|
fun isEmpty(): Boolean |
|
fun names(): Set<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 |