get

operator fun get(name: String): String?

Returns the value of the header with the specified name.

Return

The value of the header, or null if the header does not exist.

Parameters

name

The name of the header.