Is HttpResponse String?
问题 I answered the following question : not getting response response = httpclient.execute(request); See my answer there.Then I got a comment on my answer from Peterdk as : The response is not a HtppResponse but a String. Or how do you get it to be a HttpResponse? Does this depend on the ResponseHandler? Now i have a doubt "Is HttpResponse a String ?" Please help me clear my this doubt and explain me what was wrong in my concept. 回答1: That comment on your answer makes no sense at all to me. I