How does one access the raw "string" of data received from the server before it is processed by the GsonConveterFactory?
This is for an Android project using Kotlin
Thanks
CodePudding user response:
I would consider using an OkHttp interceptor.
How does one access the raw "string" of data received from the server before it is processed by the GsonConveterFactory?
This is for an Android project using Kotlin
Thanks
CodePudding user response:
I would consider using an OkHttp interceptor.