UNPKG

@anexia/ngx-interceptor-tools

Version:

This library provides a toolset for common http interceptor tasks, like request matching.

5 lines (4 loc) 141 B
import { HttpRequest } from '@angular/common/http'; export interface RequestMatchStrategy { match(request: HttpRequest<any>): boolean; }