IllegalHeaderValueException
class IllegalHeaderValueException : IllegalArgumentException
Thrown when an illegal header value was used. A header value should only consist from visible characters, spaces and/or HTAB (0x09).
Constructors
Thrown when an illegal header value was used. A header value should only consist from visible characters, spaces and/or HTAB (0x09). |
Properties
val headerValue: String that was tried to use |
|
val position: Int at which validation failed |
Extension Properties
Root cause of the Throwable. |