import { gzip } from "https://deno.land/x/compress@v0.5.0/zlib/deflate.ts";
Compresses the input data using gzip format.
Parameters
optional
options: DeflateOptions = [UNSUPPORTED]- Options for the deflate operation.
import { gzip } from "https://deno.land/x/compress@v0.5.0/zlib/deflate.ts";
Compresses the input data using gzip format.