Compressed buffer
Value of Content-Encoding header
Return ImperativeError populated with details of decompression error
Thrown error object
Type of object being decompressed
Value of Content-Encoding header
Add zlib decompression transform to a Writable stream. Any compressed data written to the returned stream will be decompressed using the specified algorithm.
The returned stream should only be used internally by a REST client to write to. Use the original stream to read back the decompressed output and handle decompression errors.
Writable stream that will receive compressed data
Value of Content-Encoding header
Specifies if line endings should be converted
Return a transform to normalize line endings in response text.
Return zlib transform for the specified decompression algorithm.
Value of Content-Encoding header
Generated using TypeDoc
Decompress a buffer using the specified algorithm.
{ImperativeError}