2020-06-13 14:54:57 +02:00
|
|
|
## Spring RestTemplate
|
|
|
|
|
|
|
|
This module contains articles about Spring RestTemplate
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
2020-07-07 14:18:10 +03:00
|
|
|
- [Spring RestTemplate Request/Response Logging](https://www.baeldung.com/spring-resttemplate-logging)
|
2020-07-28 06:01:54 +02:00
|
|
|
- [Proxies With RestTemplate](https://www.baeldung.com/java-resttemplate-proxy)
|
|
|
|
- [A Custom Media Type for a Spring REST API](https://www.baeldung.com/spring-rest-custom-media-type)
|
|
|
|
- [RestTemplate Post Request with JSON](https://www.baeldung.com/spring-resttemplate-post-json)
|
2020-10-11 16:26:31 +05:30
|
|
|
- [How to compress requests using the Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-compressing-requests)
|