ParametersSingleImpl
class ParametersSingleImpl :
Parameters,
StringValuesSingleImpl
Constructors
Inherited Properties
val name: String |
|
Functions
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 |