https://github.com/bootcamptoprod/spring-boot-rest-template-gzip-request-and-response
A simple Spring Boot app demonstrating how to send Gzip compressed requests and handle Gzip compressed responses using RestTemplate.
https://github.com/bootcamptoprod/spring-boot-rest-template-gzip-request-and-response
rest-template-gzip-compression rest-template-gzip-deomcpression rest-template-gzip-request rest-template-gzip-response spring-boot-rest-template-gzip
Last synced: 3 months ago
JSON representation
A simple Spring Boot app demonstrating how to send Gzip compressed requests and handle Gzip compressed responses using RestTemplate.
- Host: GitHub
- URL: https://github.com/bootcamptoprod/spring-boot-rest-template-gzip-request-and-response
- Owner: BootcampToProd
- Created: 2024-07-20T19:51:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T20:14:11.000Z (10 months ago)
- Last Synced: 2025-01-07T14:46:17.764Z (5 months ago)
- Topics: rest-template-gzip-compression, rest-template-gzip-deomcpression, rest-template-gzip-request, rest-template-gzip-response, spring-boot-rest-template-gzip
- Language: Java
- Homepage: https://bootcamptoprod.com/gzip-compressed-requests-and-responses
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sending and Handling Gzip Compressed Requests and Responses with RestTemplate in Spring Boot
For complete understanding on how we can send Gzip compressed requests and handle Gzip compressed response using rest template in case of Spring Boot application you can checkout our blog.
**Blog Link:** [Sending and Handling Gzip Compressed Requests and Responses with RestTemplate in Spring Boot](https://bootcamptoprod.com/gzip-compressed-requests-and-responses/)# spring-boot-rest-template-gzip-request-and-response
A simple Spring Boot app demonstrating how to send Gzip compressed requests and handle Gzip compressed responses using RestTemplate.