I am using retrofit in an android app
Why if add custom implementation of a NetworkInterceptor
the request add the header
"Accept-Encoding: gzip"
and I must manually decompress the body response?
If I add the same custom interceptor as Interceptor
(not NetworkInterceptor) the "Accept-Encoding
" header is not automatically added and (obviusly) I do not need to decompress the body, because the http server respond with plain text