We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f71e8 commit 046af5eCopy full SHA for 046af5e
src/com/loopj/android/http/AsyncHttpClient.java
@@ -39,6 +39,8 @@
39
import org.apache.http.HttpResponse;
40
import org.apache.http.HttpResponseInterceptor;
41
import org.apache.http.HttpVersion;
42
+import org.apache.http.auth.AuthScope;
43
+import org.apache.http.auth.UsernamePasswordCredentials;
44
import org.apache.http.client.CookieStore;
45
import org.apache.http.client.HttpClient;
46
import org.apache.http.client.methods.HttpDelete;
0 commit comments