ktor-http / io.ktor.http / kotlin.collections.Iterable / toHeaderParamsList

toHeaderParamsList

fun Iterable<Pair<String, String>>.toHeaderParamsList(): List<HeaderValueParam>

Construct a list of HeaderValueParam from an iterable of pairs