http请求

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

package com.wiselong.http;

import org.apache.http.impl.client.CloseableHttpClient;

public interface Request<T> {

	T execute(CloseableHttpClient httpClient);
}