android - HttpRequestInterceptor in AndroidHttpClient. I'm confused! -


i'm using androidhttpclient in app. need use basic authorization requests.

http://developer.android.com/reference/android/net/http/androidhttpclient.html

in documentation can use httprequestinterceptor can't figure how can that. there no method add interceptor. ideally wanted add here: http://dlinsin.blogspot.com/2009/08/http-basic-authentication-with-android.html

anyone knows why doesn't work me or google documentation wrong?

ok, it's not possible , documentation wrong.. had go plain httpclient work.


Comments