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

LoadNetworkResourcePageResult

data class LoadNetworkResourcePageResult

An object providing the result of a network resource load.

Constructors

<init>

An object providing the result of a network resource load.

LoadNetworkResourcePageResult(success: Boolean, netError: Double? = null, netErrorName: String? = null, httpStatusCode: Double? = null, stream: StreamHandle? = null, headers: Headers? = null)

Properties

headers

Response headers.

val headers: Headers?

httpStatusCode

val httpStatusCode: Double?

netError

Optional values used for error reporting.

val netError: Double?

netErrorName

val netErrorName: String?

stream

If successful, one of the following two fields holds the result.

val stream: StreamHandle?

success

val success: Boolean