| Package | Description |
|---|---|
| org.springframework.web.client |
Core package of the client-side web support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestTemplate
Synchronous client to perform HTTP requests, exposing a simple, template
method API over underlying HTTP client libraries such as the JDK
HttpURLConnection, Apache HttpComponents, and others. |