data class GetResponseBodyForInterceptionResponse
Response type for the NetworkDomain.getResponseBodyForInterception command.
<init> |
Response type for the NetworkDomain.getResponseBodyForInterception command. GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean) |
base64Encoded |
True, if content was sent as base64. val base64Encoded: Boolean |
body |
Response body. val body: String |