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
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
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
HttpRequestInterceptor
andHttpResponseInterceptor
, 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.
The text was updated successfully, but these errors were encountered: