An open API service indexing awesome lists of open source software.

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.

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.