libwww-perl / HTTP-Message

The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication.

Home Page:https://metacpan.org/pod/HTTP::Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Support for Brotli Content-Encoding

trizen opened this issue · comments

As more and more websites are moving from Gzip to Brotli compression, it would be nice if HTTP::Message would support Brotli encoding (br) when IO::Uncompress::Brotli is installed.

See also: https://en.wikipedia.org/wiki/HTTP_compression

Thanks for considering!

That sounds reasonable, if someone would like to implement that.