Hello, I've got a question about `okhttp` :blush: ...
# squarelibraries
g
Hello, I've got a question about
okhttp
😊 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?