linkRequestMatch
npm Package | @angular/common |
---|---|
Module | import { RequestMatch } from '@angular/common/http/testing'; |
Source | common/http/testing/src/api.ts |
linkInterface Overview
interface RequestMatch {
method?: string
url?: string
}
linkDescription
Defines a matcher for requests based on URL, method, or both.