cordova-plugin-advanced-http
cordova-plugin-advanced-http copied to clipboard
Interceptor for requests and responses
Hi, I am using the plugin to call couples of API but I don't want to handle error for each of them. I would like to ask how could I intercept requests or responses before they are handled by then or catch? Just like axios https://github.com/axios/axios#interceptors Thank you very much
Same here, looking for this feature