PrerenderMismatchedHeaders

@Serializable
data class PrerenderMismatchedHeaders(val headerName: String, val initialValue: String? = null, val activationValue: String? = null)

Information of headers to be displayed when the header mismatch occurred.

Constructors

Link copied to clipboard
constructor(headerName: String, initialValue: String? = null, activationValue: String? = null)

Properties

Link copied to clipboard
val activationValue: String? = null
Link copied to clipboard
Link copied to clipboard
val initialValue: String? = null