isResponseCompressed method

Returns true if the response was gzip compressed Usage id<SDMRequesting> m_Request = [SDMRequestBuilder requestWithURL:url]; ...

Syntax

- ( BOOL ) isResponseCompressed

Remarks

[m_Request startSynchronous]; If([m_Request isResponseCompressed]) ...// Further operations