pl.wendigo.chrome.domain.network / GetResponseBodyForInterceptionResponse

GetResponseBodyForInterceptionResponse

data class GetResponseBodyForInterceptionResponse (source)

Represents response frame for Network.getResponseBodyForInterception method call.

Returns content served for the given currently intercepted request.

Constructors

<init>

GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)

Represents response frame for Network.getResponseBodyForInterception method call.

Properties

base64Encoded

val base64Encoded: Boolean

True, if content was sent as base64.

body

val body: String

Response body.