Preparing search index...
The search index is not available
ngify
ngify
@ngify/http
testing
RequestMatch
Interface RequestMatch
Defines a matcher for requests based on URL, method, or both.
Public Api
interface
RequestMatch
{
method
?:
string
;
url
?:
string
;
}
Index
Properties
method?
url?
Properties
Optional
method
method
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
method
url
ngify
Loading...
Defines a matcher for requests based on URL, method, or both.
Public Api