EmptyParameters
object EmptyParameters : Parameters
Deprecated: Empty parameters is internal
Properties
val caseInsensitiveName: Boolean Specifies if map has case-sensitive or case-insensitive names |
Functions
Gets all entries from the map |
|
Gets all values associated with the name, or null if the name is not present |
|
fun isEmpty(): Boolean Checks if this map is empty |
|
Gets all names from the map |
|
fun toString(): String |
Extension Functions
fun StringValues.filter( Create a new instance of StringValues filtered by the specified predicate |
|
fun StringValues.flattenEntries(): List<Pair<String, String>> Copy values to a list of pairs |
|
fun StringValues.flattenForEach( Invoke block function for every value pair |
|
fun Parameters.formUrlEncode(): String Encode form parameters |
|
fun Parameters.formUrlEncodeTo(out: Appendable): Unit Encode form parameters to the specified out appendable |
|
operator fun <R : Any> Parameters.getValue( Operator function that allows to delegate variables by call parameters. It does conversion to type R using DefaultConversionService |
|
operator fun Parameters.plus(other: Parameters): Parameters Plus operator function that creates a new parameters instance from the original one concatenating with other |
|
fun StringValues.toMap(): Map<String, List<String>> Copy values to a new independent map |