类的使用
com.codingapi.springboot.framework.rest.HttpRequest
使用HttpRequest的程序包
-
com.codingapi.springboot.framework.rest中HttpRequest的使用
修饰符和类型方法说明HttpRequest.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)