How to make spring boot embedded tomcat to accept gzipped request data

121 Views Asked by At

I hava a spring boot API using the embedded tomcat . I want to make the API to accept compressed request body . I could find references on making compressed responses only . Could anyone please share what needs to be changed to support gzipped request payload ?

0

There are 0 best solutions below