Skip to main content
Module

x/shed/index.ts>contentEncodings

All Worker Tools under a single roof
Latest
function contentEncodings
import { contentEncodings } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Performs content negotiation over the content encoding of the response.

Type Parameters

T extends string
TS extends readonly T[]

Parameters

encodings: TS

The encodings provided by this endpoint.

Returns

<X extends Context>(ax: Awaitable<X>) => Promise<X & ContentEncoding<TS[number]>>