Get Response Body For Interception Response
data class GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)
Content copied to clipboard
Represents response frame that is returned from Network#getResponseBodyForInterception operation call. Returns content served for the given currently intercepted request.
See also
Constructors
GetResponseBodyForInterceptionResponse
Link copied to clipboard
fun GetResponseBodyForInterceptionResponse(body: String, base64Encoded: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard