Bases: pluggdapps.plugin.Plugin
Out-bound transformer to compress response entity using gzip compression technology. Performs gzip encoding if,
If data successfully gets gzipped, then etag response header value is suffixed with b’;gzip’.
If gzip encoding is not applied on data, it is made sure that content_encoding response header does not contain b’gzip’ value,
pluggdapps.web.interfaces.IHTTPOutBound.transform() interface method.