IllegalHeaderNameException
class IllegalHeaderNameException(headerName: String, position: Int) : IllegalArgumentException
Content copied to clipboard
Thrown when an illegal header name was used. A header name should only consist from visible characters without delimiters "double quote" and the following characters: (),/:;<=>?@[\]{}
.