I am Using AsyncHttpClient in all my projects. But recently I saw that type Header[] is Deprecated. Is it like I can no longer get Header[] in response ?
Is there any optional method that I can use ?
I am using android-async-http-1.4.6
version
Your help will be appreciated.