Alex's answer is no longer valid since org.Apache.http is deprecated from API level 22.
Please replace all org.apache.http links with cz.msebera.android.httpclient and use the loop version 1.4.9, which includes the library.
For those using gradle, change your dependencies in the build.gradle file
dependencies { compile 'com.loopj.android:android-async-http:1.4.9' }
Restore and then import cz.msebera.android.httpclient to use the header.
source share