HttpClientFactory工厂类

时间:2020-11-21 12:28:14
【文件属性】:

文件名称:HttpClientFactory工厂类

文件大小:8KB

文件格式:JAVA

更新时间:2020-11-21 12:28:14

HttpClient

HttpClientFactory引入即可使用。 //get请求 public static HttpResponse doGet(String url, Header[] headers); //贷cookie的post请求 public static HttpResponse doPost(String url,CookieStore cookieStore , Header[] headers,List params); //字节型参数的post请求 public static HttpResponse doPost(String url, Header[] headers,byte[] buffer); //获取响应头的字符集 public static String getEntityCharSet(HttpResponse response) ;


网友评论