RequestMatch
Defines a matcher for requests based on URL, method, or both.
interface RequestMatch {
method?: string
url?: string
}
属性
| 属性 | 说明 |
|---|---|
method?: string | |
url?: string |
Defines a matcher for requests based on URL, method, or both.
interface RequestMatch {
method?: string
url?: string
}
| 属性 | 说明 |
|---|---|
method?: string | |
url?: string |