HeaderFieldResponse

data class HeaderFieldResponse(val headerFieldName: String? = null, val headerFieldValue: String? = null)

A header to add to the WebTest.

Constructors

Link copied to clipboard
constructor(headerFieldName: String? = null, headerFieldValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerFieldName: String? = null

The name of the header.

Link copied to clipboard

The value of the header.