public static class HeaderValueWithParameters.Companion
Modifier and Type | Method and Description |
---|---|
<R> R |
parse(java.lang.String value,
kotlin.jvm.functions.Function2<? super java.lang.String,? super java.util.List<io.ktor.http.HeaderValueParam>,? extends R> init)
Parse header with parameter and pass it to init function to instantiate particular type
|