Retrofit OkHttp with Moshi: Gzip Encoding Error
I’m using Retrofit with OkHttp and Moshi. I have to add the "Accept-Encoding":"gzip, deflate, br"
header myself. But OkHttp adds its own "Accept-Encoding"
header.
I’m using Retrofit with OkHttp and Moshi. I have to add the "Accept-Encoding":"gzip, deflate, br"
header myself. But OkHttp adds its own "Accept-Encoding"
header.