onlyToIfAbsent

abstract infix fun String.onlyToIfAbsent(value: String)

Sets the header with this name to the given value only if there's no header with this name.


abstract infix fun String.onlyToIfAbsent(values: List<String>)

Sets the header with this name to the given values only if there's no header with this name.