toTapikHeaders

fun HttpHeaders.toTapikHeaders(): Map<String, List<String>>(source)

Converts Spring HttpHeaders into the plain header map shape expected by Tapik generators.

Receiver

Spring response headers.

Return

immutable map of header names to all of their string values.