文件名称: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