Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Support for Brotli Content-Encoding #163

Closed
trizen opened this issue Aug 21, 2021 · 1 comment · Fixed by #172
Closed

[feature request] Support for Brotli Content-Encoding #163

trizen opened this issue Aug 21, 2021 · 1 comment · Fixed by #172

Comments

@trizen
Copy link
Contributor

trizen commented Aug 21, 2021

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!

@oalders
Copy link
Member

oalders commented Aug 23, 2021

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

simbabque added a commit to simbabque/HTTP-Message that referenced this issue Jun 5, 2022
This commit adds encoding to the code written by trizen with libwww-perl#164, which
added decoding. It also adds tests.

Also makes sure recommended modules are installed during the Linux
github action build, which we were already doing on Mac.

Closes libwww-perl#163.
simbabque added a commit to simbabque/HTTP-Message that referenced this issue Jun 8, 2022
This commit adds encoding to the code written by trizen with libwww-perl#164, which
added decoding. It also adds tests.

Also makes sure recommended modules are installed during the Linux
github action build, which we were already doing on Mac.

Closes libwww-perl#163.
oalders pushed a commit that referenced this issue Jun 12, 2022
This commit adds encoding to the code written by trizen with #164, which
added decoding. It also adds tests.

Also makes sure recommended modules are installed during the Linux
github action build, which we were already doing on Mac.

Closes #163.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants