drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias ZlibOp

    ZlibOp: "gzip" | "gunzip" | "zlib" | "unzlib" | "deflate" | "inflate"

    The container each PHP function wants, named the way the request carries it.

    gzip is RFC1952, zlib is RFC1950, raw is a bare RFC1951 deflate stream. The three are not interchangeable: gzuncompress() on gzip bytes fails, which is how a wrong mapping would show up.