RequestPattern
@Serializable
Constructors
Link copied to clipboard
constructor(urlPattern: String? = null, resourceType: Network.ResourceType? = null, requestStage: Fetch.RequestStage? = null)
Properties
Link copied to clipboard
Stage at which to begin intercepting requests. Default is Request.
Link copied to clipboard
If set, only requests for matching resource types will be intercepted.
Link copied to clipboard
Wildcards ('*'
-> zero or more, '?'
-> exactly one) are allowed. Escape character is backslash. Omitting is equivalent to "*"
.