码迷,mamicode.com
首页 > 其他好文 > 详细

从response.header中提取cookie

时间:2016-03-31 14:30:41      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

//        List<String> resp = new ArrayList<String>();  
//        HeaderIterator headers = response.headerIterator("Set-Cookie");
//      while(headers.hasNext()){
//        resp.add(headers.next().toString().replace("Set-Cookie: ", ""));
//    }

从response.header中提取cookie

标签:

原文地址:http://www.cnblogs.com/timdes/p/5340857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!