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次。你可以根据需要自定义重试次数和处理逻辑。

相关内容

热门资讯

最新消息!wepoker作必弊... 最新消息!wepoker作必弊视频,微信小程序微乐内蒙破解器,普及透视(真实有挂)-哔哩哔哩1、玩家...
透视揭露!wpk有作必弊吗,w... 透视揭露!wpk有作必弊吗,wpk私人局有透视吗(透视)其实存在有教程(哔哩哔哩)1、下载好透视辅助...
透视总结!wpk作必弊,微乐科... 透视总结!wpk作必弊,微乐科技软件下载,解密脚本(有挂教程)-哔哩哔哩1、实时wpk作必弊透视辅助...
脚本曝光!wejoker辅助软... 脚本曝光!wejoker辅助软件价格,wepoker破解器有用吗(透视)原来存在有脚本(哔哩哔哩)1...
透视黑科技!哈糖大菠萝助手,微... 透视黑科技!哈糖大菠萝助手,微信微乐小程序辅助器免费安装,开挂脚本(详细教程)-哔哩哔哩1)哈糖大菠...
据悉!WePoKer辅助器,微... 据悉!WePoKer辅助器,微乐小程序免费黑科技,关于脚本(今日头条)-哔哩哔哩在进入WePoKer...
透视详细!aapoker发牌逻... 透视详细!aapoker发牌逻辑,aapoker透视脚本下载(透视)确实是真的教程(哔哩哔哩)1. ...
透视好友房!wepoker有插... 透视好友房!wepoker有插件吗,微乐家乡麻辣自建房,总结透视(有挂技巧)-哔哩哔哩在进入wepo...
脚本透视!wpk俱乐部怎么作必... 脚本透视!wpk俱乐部怎么作必弊,wpk系统是否存在作必弊行为(透视)总是真的是有插件(哔哩哔哩)1...
今天上午!拱趴大菠萝万能挂图解... 今天上午!拱趴大菠萝万能挂图解,微乐家乡自建房辅助app,了解脚本(有挂方法)-哔哩哔哩拱趴大菠萝万...