import { accepts } from "https://deno.land/x/workers_middleware@v0.1.0-pre.36/index.ts";
Determines if a request body content type is acceptable to this endpoint.
Type Parameters
TS extends readonly T[]
Parameters
types: TS
The content types acceptable to this endpoint.