Can I use
page says that Chrome supports brotli for some time now. I would think that the Accept-Encoding
string would be like this:
Accept-Encoding:gzip, deflate, sdch, br
But I checked on a request to StackOverflow e.g. and it does not contain brotli
:
Accept-Encoding:gzip, deflate, sdch
I suppose most web servers won't really return you brotli
if it's not in Accept-Encoding
, so it's kind of partially supported only it seems.
Is it going to be added later or there is some trick I don't know of?