Using RestTemplate with Apaches HttpClient
1. Introduction In another blog post, we already looked at how we use the class RestTemplate to consume REST web services. In today’s blog post we will take a look at how we can use Apache HttpComponents as the HTTP client API for the RestTemplate. RestTemplate and Apaches HTTP client API work at different levels […]Continue reading