I see that ResponseInterceptors are present in OkHttp. I would like to use one, but I'm using Retrofit rather than OkHttp directly.
My question is firstly is it possible to use ResponseInterceptors with retrofit? If so how? There's api methods for Request interceptors but I can't find any corresponding Response methods.