kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Preload
/
PrerenderMismatchedHeaders
Prerender
Mismatched
Headers
@
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.
Members
Constructors
Prerender
Mismatched
Headers
Link copied to clipboard
constructor
(
headerName
:
String
,
initialValue
:
String
?
=
null
,
activationValue
:
String
?
=
null
)
Properties
activation
Value
Link copied to clipboard
val
activationValue
:
String
?
=
null
header
Name
Link copied to clipboard
val
headerName
:
String
initial
Value
Link copied to clipboard
val
initialValue
:
String
?
=
null