axios拦截器能用于fetch调用吗?
创始人
2024-09-28 21:01:02
0

不可以直接使用axios拦截器来拦截fetch请求,因为axios拦截器是基于axios库实现的。但是可以通过对fetch方法进行封装来实现类似拦截器的功能。

例如,可以封装一个包含了请求和响应拦截器功能的fetch函数:

function fetchWithInterceptors(url, options) {
  let {
    requestInterceptor,
    responseInterceptor
  } = window.axios.interceptors;

  if (requestInterceptor) {
    options = requestInterceptor(options);
  }

  return fetch(url, options)
    .then((response) => {
      if (responseInterceptor) {
        return responseInterceptor(response);
      }
      return response;
    })
}

这里将axios拦截器中的请求和响应拦截器拿出来,再将fetch请求作为参数传递进来进行拦截和处理。具体的使用方式如下:

window.axios.interceptors.request.use(function (config) {
  // 在发出请求前做些什么
  config.headers.Authorization = `Bearer ${token}`;
  return config;
}, function (error) {
  // 对请求错误做些什么
  return Promise.reject(error);
});
window.axios.interceptors.response.use(function (response) {
  // 对响应数据做些什么
  return response;
}, function (error) {
  // 对响应错误做些什么
  return Promise.reject(error);
});

fetchWithInterceptors('https://example.com/api/data', {
  method: 'GET',
}).then((response) => {
  console.log(response);
}).catch((error) => {
  console.error(error);
});

这样就可以使用拦截器对fetch请求进行处理了。注意,这里使用的是window.axios.interceptors,需要确保该拦截器的实例化过程已经完成。

相关内容

热门资讯

透视有挂!wepoker怎么看... 透视有挂!wepoker怎么看牌型(透视)淘宝买wepoker透视有用吗,教程大纲(有挂方法)-哔哩...
wepoker私人局有透视吗!... wepoker私人局有透视吗!约局吧德州真的有透视挂吗(透视)教程-本来关于有挂1)约局吧德州真的有...
透视透视!wepoker有透视... 透视透视!wepoker有透视功能吗(透视)拱趴大菠萝万能挂图解,教程课程(有挂分析)-哔哩哔哩1、...
wepoker一直输的号能继续... wepoker一直输的号能继续打吗!拱趴游戏破解器(透视)教程-总是揭露真的是有挂wepoker一直...
透视科普!wepoker有人用... 透视科普!wepoker有人用过吗(透视)拱趴大菠萝挂怎么安装,教程方式(有挂方针)-哔哩哔哩该软件...
pokemomo辅助软件!we... pokemomo辅助软件!wepoker有透视功能吗(透视)神器-真是揭露是真的挂1)wepoker...
透视开挂!哈糖大菠萝助手(透视... 透视开挂!哈糖大菠萝助手(透视)德普之星透视辅助软件下载,教程攻略(有挂教程)-哔哩哔哩1、很好的工...
wejoker透视方法!菠萝辅... wejoker透视方法!菠萝辅助器免费版的特点(透视)工具-一直普及有挂1、菠萝辅助器免费版的特点有...
透视推荐!aapoker怎么开... 透视推荐!aapoker怎么开辅助器(透视)wpk德州局透视,教程阶段(今日头条)-哔哩哔哩1、aa...
德州圈脚本!hhpoker可以... 德州圈脚本!hhpoker可以控制吗(透视)教程-一贯解迷是真的挂1、在hhpoker可以控制吗插件...