Angular中的HttpInterceptor不会重试失败的请求。
创始人
2024-10-31 06:00:20
0

在Angular中,HttpInterceptor并不自动重试请求。但我们可以通过自定义一个HttpInterceptor来实现请求失败时的重试。下面是一个示例代码:

import { Injectable } from '@angular/core';
import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest, HttpResponse, HttpErrorResponse } from '@angular/common/http';
import { Observable, throwError } from 'rxjs';
import { catchError, retry } from 'rxjs/operators';

@Injectable()
export class RetryInterceptor implements HttpInterceptor {
  intercept(request: HttpRequest, next: HttpHandler): Observable> {
    return next.handle(request).pipe(
      retry(3), // 重试3次
      catchError((error: HttpErrorResponse) => {
        if (error.status === 0 || error.status === 500) {
          // 处理特定的错误状态码,如网络错误或服务器错误
          // 可以根据需要进行其他处理,比如显示错误消息等
          console.error('An error occurred:', error);
        }
        return throwError(error); // 抛出错误,以便后续的错误处理器处理
      })
    );
  }
}

要使用这个自定义的HttpInterceptor,我们需要在app.module.ts中提供它:

import { NgModule } from '@angular/core';
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
import { RetryInterceptor } from './retry.interceptor';

@NgModule({
  imports: [HttpClientModule],
  providers: [
    { provide: HTTP_INTERCEPTORS, useClass: RetryInterceptor, multi: true }
  ]
})
export class AppModule { }

现在,每当请求失败时,HttpInterceptor会尝试重新发送请求,最多重试3次。你可以根据需要自定义重试次数和处理逻辑。

相关内容

热门资讯

透视教程书!hhpoker外g... 透视教程书!hhpoker外g挂靠谱吗,HHpoker透视器切实真的有工具,九分钟教程(真实有挂)1...
透视技法!德普之星透视软件免费... 透视技法!德普之星透视软件免费入口官网,德普之星下载原来存在有开挂,第九分钟教程(真的有挂)1、全新...
透视方案!德普之星透视辅助软件... 透视方案!德普之星透视辅助软件是真的吗,德普之星安卓版总是真的是有神器,四分钟教程(果真有挂)1.德...
透视经验!wpk透视辅助方法,... 透视经验!wpk透视辅助方法,WPK靠谱总是真的是有神器,第7分钟教程(有挂分享)1、许多玩家不知道...
透视绝活儿!pokemmo脚本... 透视绝活儿!pokemmo脚本手机版,WePoKer助手确实存在有透视,十分钟教程(真是有挂)1、p...
透视手段!德扑圈透视挂,德扑之... 透视手段!德扑圈透视挂,德扑之心透视好像存在有下载,1分钟教程(揭秘有挂)1、全新机制【德扑圈透视挂...
透视法门!黑侠破解wepoke... 透视法门!黑侠破解wepoker,WePoKer程序一直真的有工具,第二分钟教程(有挂透明挂)所有人...
透视妙招!德州局HHpoker... 透视妙招!德州局HHpoker透视脚本,HHpoker德州局总是是有下载,九分钟教程(了解有挂)亲,...
透视要领!hhpoker是正规... 透视要领!hhpoker是正规的吗,HHpoker脚本挂原来真的有安装,十分钟教程(有挂功能)1、玩...
透视攻略!xpoker辅助器,... 透视攻略!xpoker辅助器,WePoKer亲友圈都是真的有教程,四分钟教程(有挂规律)该软件可以轻...