Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/doa/mod.ts>Request#acceptsEncodings

A middleware framework for Deno's http serve🦕. Transplanted from Koa with ❤️
Latest
method Request.prototype.acceptsEncodings
import { Request } from "https://deno.land/x/doa@v1.0.0/mod.ts";

Parameters

...types: string[]

Returns

| string
| string[]
| undefined
| boolean