Intercepts and handles an HttpRequest or HttpResponse.
HttpRequest
HttpResponse
interface HttpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;}