StandardWebTestRequestHeader

data class StandardWebTestRequestHeader(val name: String, val value: String)

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name which should be used for a header in the request.

Link copied to clipboard

The value which should be used for a header in the request.