Implement gzip compression over HTTP response
RobyFerro opened this issue · 0 comments
RobyFerro commented
As title explains, we need to implement an HTTP middleware that executes GZIP compression over HTTP requests.
This compression should be executed only if "Accepted-Encoding":"gzip" is present into the request headers.