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

x/deno_koa/mod.ts>Request#acceptsCharsets

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

Parameters

...types: string[]

Returns

| string
| string[]
| undefined
| boolean