croservices / cro-http

HTTP (including HTTPS and HTTP/2) support for the Cro library for building distributed systems in Raku.
https://cro.services/
Artistic License 2.0
49 stars 26 forks source link

Add gzip support #130

Open Altai-man opened 3 years ago

Altai-man commented 3 years ago

This is now de facto required to serve a website nicely, so why not support this? Yes, an nginx proxy can do this instead, but I don't think we want to rely on solutions of others forever and ever.

jnthn commented 3 years ago

Agree. It's at least as important in the HTTP client too, where "stick Apache/nginx in front" is not an option.

Zer0-Tolerance commented 2 months ago

Hi there, I would vote for this feature as well !