chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / GetResponseBodyForInterceptionRequest

GetResponseBodyForInterceptionRequest

data class GetResponseBodyForInterceptionRequest

Request object containing input parameters for the NetworkDomain.getResponseBodyForInterception command.

Constructors

<init>

Request object containing input parameters for the NetworkDomain.getResponseBodyForInterception command.

GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)

Properties

interceptionId

Identifier for the intercepted request to get body for.

val interceptionId: InterceptionId