GZip Compression
gzip is a file format used for file compression and decompression. It is based on the Deflate algorithm which allows files to be made smaller in size, allowing for faster network transfers. gzip is commonly supported by web servers and modern browsers, meaning that servers can automatically compress files with gzip before sending them, and browsers can uncompress files upon receiving them.
On this page
Updated on April 20, 2024 by Datarist.