Android的HttpClient的饼干饼干、Android、HttpClient

由网友(老公看上了自己的闺蜜)分享简介:难道Android的HttpClient的具有自动管理饼干?Does Android HttpClient has auto-management for cookies?推荐答案它支持它。读的帖子下面,好像你必须调用execute时,传递相同的HttpContext。Reading the posts be...

难道Android的HttpClient的具有自动管理饼干?

Does Android HttpClient has auto-management for cookies?

推荐答案

它支持它。

读的帖子下面,好像你必须调用execute时,传递相同的HttpContext。

Reading the posts below it seems like you have to pass the same HttpContext when calling execute.

response = httpClient.execute(httpPost,localContext); 

究竟是如何做的就是在这个岗位:Android使用项目的HttpClient - > http.client(阿帕奇),交/ get方法

How我在Android中管理Cookie与HttpClient的和/或Java?

阅读全文

相关推荐

最新文章