Returns true if the response was gzip compressed Usage id<SDMRequesting> m_Request = [SDMRequestBuilder requestWithURL:url]; ...
[m_Request startSynchronous]; If([m_Request isResponseCompressed]) ...// Further operations