IllegalHeaderValueException

class IllegalHeaderValueException(val headerValue: String, val position: Int) : IllegalArgumentException

Thrown when an illegal header value was used. A header value should only consist from visible characters, spaces and/or HTAB (0x09).

Constructors

Link copied to clipboard
constructor(headerValue: String, position: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

that was tried to use

Link copied to clipboard
open val message: String?
Link copied to clipboard

at which validation failed