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

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

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
method WrappedRequest.prototype.acceptsEncodings
import { WrappedRequest } from "https://deno.land/x/opine@2.2.0/src/request.ts";

Check if the given encodings are accepted.

Parameters

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