类 HttpClient
java.lang.Object
com.codingapi.springboot.framework.rest.HttpClient
-
构造器概要
构造器构造器说明HttpClient(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) HttpClient(HttpProxyProperties properties) HttpClient(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) -
方法概要
修饰符和类型方法说明get(String url, org.springframework.http.HttpHeaders headers, org.springframework.util.MultiValueMap<String, String> uriVariables) post(String url, org.springframework.http.HttpHeaders headers, com.alibaba.fastjson.JSON jsonObject) post(String url, org.springframework.http.HttpHeaders headers, org.springframework.util.MultiValueMap<String, String> formData)
-
构造器详细资料
-
HttpClient
public HttpClient() -
HttpClient
public HttpClient(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) -
HttpClient
-
HttpClient
public HttpClient(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler)
-
-
方法详细资料
-
post
-
post
-
get
-