IllegalHeaderValueException
class IllegalHeaderValueException(headerValue: String, position: Int) : IllegalArgumentException
Content copied to clipboard
Thrown when an illegal header value was used. A header value should only consist from visible characters, spaces and/or HTAB (0x09).