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

AcceptedEncoding

import type { AcceptedEncoding } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
interface AcceptedEncoding <T> {
acceptedEncoding: T;
}

§Type Parameters

§Properties

§
acceptedEncoding: T
[src]

The request's Encoding header if (and only if) accepted by this endpoint