pl.wendigo.chrome.api.network / GetResponseBodyForInterceptionRequest

GetResponseBodyForInterceptionRequest

data class GetResponseBodyForInterceptionRequest (source)

Represents request frame that can be used with Network#getResponseBodyForInterception operation call.

Returns content served for the given currently intercepted request.

Link
Network#getResponseBodyForInterception method documentation.

See Also

NetworkOperations.getResponseBodyForInterception

Constructors

<init>

GetResponseBodyForInterceptionRequest(interceptionId: InterceptionId)

Represents request frame that can be used with Network#getResponseBodyForInterception operation call.

Properties

interceptionId

val interceptionId: InterceptionId

Identifier for the intercepted request to get body for.