Hello!
On Wed, Jun 17, 2015 at 2:17 PM, Samarjit Uppal wrote:
> Can openresty handle gzipped http requests? I can't seem to find a library
> equivalent to mod_deflate like apache has which decompresses gzipped
> content.
>
See http://nginx.org/en/docs/http/ngx_http_gunzip_module.html
There're also some 3rd-party zlib Lua binding libraries you may find
useful in certain contexts.
Regards,
-agentzh