chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / SetAttachDebugHeaderRequest

SetAttachDebugHeaderRequest

data class SetAttachDebugHeaderRequest

Request object containing input parameters for the NetworkDomain.setAttachDebugHeader command.

Constructors

<init>

Request object containing input parameters for the NetworkDomain.setAttachDebugHeader command.

SetAttachDebugHeaderRequest(enabled: Boolean)

Properties

enabled

Whether to send a debug header.

val enabled: Boolean