@angular/common/http

HttpInterceptor

interface

Intercepts and handles an HttpRequest or HttpResponse.

  
    interface HttpInterceptor {  intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;}}
  
  
Jump to details