| Package | Description |
|---|---|
| app.myoss.cloud.web.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
RestClient.exchange(org.springframework.http.HttpHeaders httpHeaders,
org.springframework.http.MediaType contentType,
URI uri,
org.springframework.http.HttpMethod method,
Object requestBody,
Class<T> responseType,
RestRequestCallback restRequestCallback)
自定义发送HTTP请求
|
static <T> T |
RestUtils.exchange(org.springframework.web.client.RestTemplate restTemplate,
org.springframework.http.HttpHeaders httpHeaders,
org.springframework.http.MediaType contentType,
URI uri,
org.springframework.http.HttpMethod method,
Object requestBody,
Class<T> responseType,
RestRequestCallback restRequestCallback)
自定义发送HTTP请求
|
Copyright © 2018. All rights reserved.