InvalidServerHeaderException

class InvalidServerHeaderException(message: String, val invalidText: String) : Exception

An exception thrown when an invalid value is found in a server header. Such values must be of the form name ["/" version] *(comment).

Constructors

Link copied to clipboard
constructor(message: String, invalidText: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?