Sorry for being offtopic, but I've got a question ...
# android
g
Sorry for being offtopic, but I've got a question about
okhttp
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?
stackoverflow 1
c
Probably best to ask in #squarelibraries
g
Thanks, didn't know this channel was a thing