Decompress gzipped data using DEFLATE algorithm
Gzip is a compression format based on the DEFLATE algorithm. It's widely used for file compression, web content encoding (HTTP compression), and data transfer. Our decompressor extracts original content from gzipped data, supporting base64-encoded input for easy pasting.