Input Decompression

Hello.

I would like HAProxy to not only compress responses, but also decompress requests. mod_deflate does this for httpd, see “Input Decompression” section.

How can I achieve this with haproxy?

You can’t, haproxy compression handling is for responses only.