Tarsier LabsTarsier Labs
🐵
首页
分类
标签
收藏
关于
返回标签列表

Error Handling

0 篇文章

HttpClient — 401 自动刷新 + 请求去重 + 指数退避重试

HttpClient — 401 自动刷新 + 请求去重 + 指数退避重试

The admin panel's HttpClient wraps Axios with declarative features: single-flight token refresh, request deduplication (GET + non-GET), exponential backoff retry (max 3), business code validation, and Sentry tracing — all in one 519-line class.

00
管理后台