I am creating a "hand made" HTTP 1/0, 1/1 server. I recently integrated zip lib so now I can stream encoded gziped data in and out. I wonder Which major browsers (alive ones - IE6-IE10, Chrome, FF, etc) send Accept-Encoding: deflate, gzip, ... and so can handle Content-Encoding: gzip today? Which of them send any quality expectations? Which of them can send encoded gziped post request and multypart/form data to my server?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
|||
|
|
|
Basically every browser nowadays supports deflate/gzip. This page lists many browsers and version numbers. Here's a summary plus some newer browsers:
As you can see: for almost 10 years, there's full support, and (almost) nobody uses a more than 10 year old browser. |
|||||||||
|