Word description Sends an HTTP request to an HTTP server, and reads the response. Gzip content coding (including x-gzip) is decompressed before character decoding. Stacked gzip codings are decoded in reverse order, and concatenated gzip members are supported. The response body contains the decoded content; response headers retain their original wire values.
Errors Throws an error for malformed gzip data or unsupported content codings.