ktor-http
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
toHeaderParamsList
to
Header
Params
List
fun
Iterable
<
Pair
<
String
,
String
>
>
.
toHeaderParamsList
(
)
:
List
<
HeaderValueParam
>
(
source
)
Construct a list of
HeaderValueParam
from an iterable of pairs
Report a problem