RequestMatch

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

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

属性

属性名类型说明
method
url