SetRequestInterceptionParameter

@Serializable
data class SetRequestInterceptionParameter(val patterns: List<Network.RequestPattern>)

Constructors

Link copied to clipboard
constructor(patterns: List<Network.RequestPattern>)

Properties

Link copied to clipboard

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