Returns an InputRange containing the input data processed through Zlib's deflate algorithm.
The produced stream of data is wrapped by Gzip header and trailer.
Suppliying a header is entirely optional. Zlib produces a default header if not supplied.
The default header has text false, mtime zero, unknown os, and
no name or comment.
Returns an InputRange containing the input data processed through Zlib's deflate algorithm. The produced stream of data is wrapped by Gzip header and trailer. Suppliying a header is entirely optional. Zlib produces a default header if not supplied. The default header has text false, mtime zero, unknown os, and no name or comment.