Compression
For some searches, you may get around 100 to 150 results. Transmission of such big responses takes extra time over the internet. To overcome this problem and reduce transmission/ response time by about 80 %, system is enabled with gzip compression. Please check the below steps on how to receive compressed response.
Step 1: Request must contain the header as "Accept-Encoding:gzip, deflate".
Step 2: If server detects, the response will be compressed.
Step 3: Client receives response with the header "Content-Encoding: gzip".
Step 4: Client needs to decompress the Response before processing.