Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Accepted

import type { Accepted } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface Accepted <T> {
accepted: T;
}

§Type Parameters

§Properties

§
accepted: T
[src]

The request's Content-Type header iff acceptable to this endpoint