RequestMatch

Defines a matcher for requests based on URL, method, or both.

      
      interface RequestMatch {
  method?: string
  url?: string
}
    

属性

属性说明
method?: string
url?: string