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

SetRequestInterceptionRequest

data class SetRequestInterceptionRequest
Deprecated: Deprecated in the Chrome DevTools protocol

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

Constructors

<init>

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

SetRequestInterceptionRequest(patterns: List<RequestPattern>)

Properties

patterns

Requests matching any of these patterns will be forwarded and wait for the corresponding continueInterceptedRequest call.

val patterns: List<RequestPattern>