Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opine/src/request.ts>WrappedRequest#acceptsEncodings

Minimalist web framework for Deno ported from ExpressJS.
Latest
method WrappedRequest.prototype.acceptsEncodings
import { WrappedRequest } from "https://deno.land/x/opine@2.3.4/src/request.ts";

Check if the given encodings are accepted.

Parameters

...args: [string[]] | string[]