Uses of Class
com.codingapi.springboot.framework.rest.HttpRequest
Packages that use HttpRequest
-
Uses of HttpRequest in com.codingapi.springboot.framework.rest
Methods in com.codingapi.springboot.framework.rest with parameters of type HttpRequestModifier and TypeMethodDescriptionHttpRequest.IHttpRequestHandler.handler(HttpRequest client, String uri, org.springframework.http.HttpMethod method, org.springframework.http.HttpHeaders headers, org.springframework.http.HttpEntity<?> httpEntity) HttpRequest.IHttpResponseHandler.handler(HttpRequest client, String uri, org.springframework.http.ResponseEntity<String> response)