Class HttpUtils
java.lang.Object
tech.prodigio.core.libcoreservices.util.HttpUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> RmakeGetHttpRequest(String url, org.springframework.http.HttpHeaders headers, String baseLog, Function<org.springframework.http.ResponseEntity<String>, R> responseCallBack) <T,R> R makeHttpRequestWithBody(T requestDto, String url, org.springframework.http.HttpMethod httpMethod, org.springframework.http.HttpHeaders headers, String baseLog, Function<org.springframework.http.ResponseEntity<String>, R> responseCallBack)
-
Constructor Details
-
HttpUtils
public HttpUtils()
-
-
Method Details
-
makeHttpRequestWithBody
-
makeGetHttpRequest
-