galex
07/24/2022, 3:23 PMokhttp
and I didn't find a better place to ask this š
We're using okhttp
with Retrofit
and Apollo
, and I'd like to get the full http request right before it is really being executed.
I can get the Call.request()
to get the request object but this one doesn't contain the headers we're adding through interceptors for example...
Is there any extension to get the real request? Or am I correct to assume I can't use interceptors if I want to achieve this?Colin White
07/24/2022, 4:17 PMgalex
07/24/2022, 4:25 PM