GZIP Encode/Decode
About GZIP:
- GZIP is a compression format widely used on the web to reduce file size and improve speed.
- Common for HTML, CSS, JavaScript, images, and more.
- Achieves 70–90% compression in many cases to cut transfer time.
- Uses the DEFLATE algorithm.