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

EnableRequest

data class EnableRequest

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

Constructors

<init>

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

EnableRequest(maxTotalBufferSize: Int? = null, maxResourceBufferSize: Int? = null, maxPostDataSize: Int? = null)

Properties

maxPostDataSize

Longest post body size (in bytes) that would be included in requestWillBeSent notification

val maxPostDataSize: Int?

maxResourceBufferSize

Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).

val maxResourceBufferSize: Int?

maxTotalBufferSize

Buffer size in bytes to use when preserving network payloads (XHRs, etc).

val maxTotalBufferSize: Int?