You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example doesn't just unnecessarily implement things like HttpRequestInterceptor and HttpResponseInterceptor, it will actually disable Apache HttpClient's built-in content encoding support, namely gzip and deflate.
What I'm talking about is this file.
The example doesn't just unnecessarily implement things like
HttpRequestInterceptorandHttpResponseInterceptor, it will actually disable Apache HttpClient's built-in content encoding support, namely gzip and deflate.This is all you need to do:
And everything else will be handled by HttpClient automatically.