pl.wendigo.chrome.api.network / GetResponseBodyForInterceptionResponse

GetResponseBodyForInterceptionResponse

data class GetResponseBodyForInterceptionResponse (source)

Represents response frame that is returned from Network#getResponseBodyForInterception operation call. Returns content served for the given currently intercepted request.

Link
Network#getResponseBodyForInterception method documentation.

See Also

NetworkOperations.getResponseBodyForInterception

Constructors

<init>

GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)

Represents response frame that is returned from Network#getResponseBodyForInterception operation call. Returns content served for the given currently intercepted request.

Properties

base64Encoded

val base64Encoded: Boolean

True, if content was sent as base64.

body

val body: String

Response body.