Get Response Body For Interception Request
data class GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)
Content copied to clipboard
Represents request frame that can be used with Network#getResponseBodyForInterception operation call.
Returns content served for the given currently intercepted request.
See also
Constructors
GetResponseBodyForInterceptionRequest
Link copied to clipboard
fun GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)
Content copied to clipboard
Properties
interceptionId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard