Guanlun Zhao
Web developer and learner who occasionally writes.
Find me on Github: github.com/guanlun
TIL: HTTP Compression
  • Web clients send HTTP requests to servers with a list of supported compression schemes in the Accept-Encoding header (e.g. gzip, deflate).
  • If the server supports one of the compression schemes, it compresses the data using that algorithm and specify that in the response Content-Encoding header.
comments powered by Disqus