Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DownloadParameters

import type { DownloadParameters } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

Parameters specific to media downloads.

interface DownloadParameters {
allowGzipCompression?: boolean;
ignoreRange?: boolean;
}

§Properties

§
allowGzipCompression?: boolean
[src]

A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.

§
ignoreRange?: boolean
[src]

Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.