类的使用
com.cdkjframework.entity.http.HttpRequestEntity
使用HttpRequestEntity的程序包
-
com.cdkjframework.util.network.http中HttpRequestEntity的使用
修饰符和类型方法说明static StringBuilderHttpRequestUtils.httpRequest(HttpRequestEntity httpRequestEntity) http 请求static <T> THttpRequestUtils.httpRequest(HttpRequestEntity httpRequestEntity, Class<T> clazz) 将返回结果返回对象static voidHttpRequestUtils.setHeader(HttpURLConnection connection, HttpRequestEntity httpRequestEntity) 设置 http 请求头 -
com.cdkjframework.util.network.https中HttpRequestEntity的使用
修饰符和类型方法说明static StringBuilderHttpsClientUtils.doGet(HttpRequestEntity requestEntity) request https 请求static StringHttpsClientUtils.doPost(HttpRequestEntity requestEntity) HTTPS post 请求