Our URL rewriter has to interpret a request cookie whose value is a JSON object that's been gzipped, encrypted, and base64-encoded. All the pieces I need for this are part of the openresty bundle except for gzip decoding (as far as I can tell).
There seem to be several packages for this available in the wild. Can someone suggest the best and easiest way that I can add gzip decoding capability to our server?