填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

RequestMatch

为基于 URL 和/或 method 的请求定义匹配器。

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

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

属性

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