An open API service indexing awesome lists of open source software.

https://github.com/web-slate/gzip-basics

Gzip Compression Basics
https://github.com/web-slate/gzip-basics

gzip-compression

Last synced: 4 months ago
JSON representation

Gzip Compression Basics

Awesome Lists containing this project

README

          

# Gzip Compression Basics

gzip is a file format used for file compression and decompression.
Its based on the DEFLATE algorithm.

## HTTP compression
capability that can be built into web servers and web clients to improve transfer speed and bandwidth utilization.
data is compressed before it is sent from the server

### Web Client / Request Header
Accept-Encoding: gzip, deflate

### Response Header
Content-Encoding: gzip