values

fun values(name: String): List<String>

Returns a list of values for the header with the specified name.

Return

The list of values for the header, or an empty list if the header with given name does not exist.

Parameters

name

The name of the header.