Open DragonWhisperer opened 4 years ago
Hi @DragonWhisperer
I believe you can use the the hooks in order to do this: https://http.nuxtjs.org/hooks
Also see https://github.com/sindresorhus/ky#hooksbeforerequest
Since we are migrating to a pure fetch implementation, worth checking out (https://github.com/npm/make-fetch-happen) for Node.js cache :)
Is there a way to cache get requests like axios-extensions?