public static class StringValues.Companion
| Modifier and Type | Method and Description |
|---|---|
StringValues |
build(boolean caseInsensitiveName,
kotlin.jvm.functions.Function1<? super io.ktor.util.StringValuesBuilder,kotlin.Unit> builder)
Builds a
interface StringValues instance with the given builder function |
StringValues |
getEmpty()
Empty
interface StringValues instance |
public StringValues getEmpty()
Empty interface StringValues instance
interface StringValuespublic StringValues build(boolean caseInsensitiveName, kotlin.jvm.functions.Function1<? super io.ktor.util.StringValuesBuilder,kotlin.Unit> builder)
Builds a interface StringValues instance with the given builder function
caseInsensitiveName - specifies if map should have case-sensitive or case-insensitive namesbuilder - specifies a function to build a mapinterface StringValues