Class HttpClient
java.lang.Object
com.codingapi.springboot.framework.rest.HttpClient
-
Constructor Summary
ConstructorsConstructorDescriptionHttpClient(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) HttpClient(HttpProxyProperties properties) HttpClient(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) -
Method Summary
Modifier and TypeMethodDescriptionget(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)
-
Constructor Details
-
HttpClient
public HttpClient() -
HttpClient
public HttpClient(HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler) -
HttpClient
-
HttpClient
public HttpClient(HttpProxyProperties properties, HttpRequest.IHttpRequestHandler requestHandler, HttpRequest.IHttpResponseHandler responseHandler)
-
-
Method Details
-
post
-
post
-
get
-