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

BodyTextContext

import type { BodyTextContext } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
interface BodyTextContext {
accepted: `text/${string}`;
body: string;
text: string;
}

§Properties

§
accepted: `text/${string}`
[src]
§
body: string
[src]
§
text: string
[src]