matthew-andrews / isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
MIT License
6.96k stars 290 forks source link

Interceptors #205

Open Phalguna2125 opened 2 years ago

Phalguna2125 commented 2 years ago

Hi, First of all thank you for awesome library

I am working on a nextjs project, which has both client and server(node). We use this library thoughout our project. We are intending to use interceptor so as to log out response under one single place and send to insights library. Any possible way or module you could suggest which would do the same?

Thanks in advance.