RequestMatch
为基于 URL 和/或 method 的请求定义匹配器。
Defines a matcher for requests based on URL, method, or both.
interface RequestMatch {
method?: string
url?: string
}
属性
| 属性 | 说明 |
|---|---|
method?: string | |
url?: string |
为基于 URL 和/或 method 的请求定义匹配器。
Defines a matcher for requests based on URL, method, or both.
interface RequestMatch {
method?: string
url?: string
}
| 属性 | 说明 |
|---|---|
method?: string | |
url?: string |