chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.fetch / HeaderEntry

HeaderEntry

data class HeaderEntry

Response HTTP header entry

Official doc

Constructors

<init>

Response HTTP header entry

HeaderEntry(name: String, value: String)

Properties

name

val name: String

value

val value: String