It returns an HttpEntity which contains the full headers. RestTemplate template = new RestTemplate(); HttpEntity<String> response = template.exchange(url, ...
確定! 回上一頁