Skip to content

web-slate/gzip-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published