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

GetResponseBodyForInterceptionResponse

data class GetResponseBodyForInterceptionResponse

Response type for the NetworkDomain.getResponseBodyForInterception command.

Constructors

<init>

Response type for the NetworkDomain.getResponseBodyForInterception command.

GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)

Properties

base64Encoded

True, if content was sent as base64.

val base64Encoded: Boolean

body

Response body.

val body: String