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

BodyParserOptions

import type { BodyParserOptions } from "https://raw.githubusercontent.com/worker-tools/middleware/master/index.ts";
interface BodyParserOptions <J> {
defaultJSON?: J;
maxSize?: number;
}

§Type Parameters

§Properties

§
defaultJSON?: J
[src]
§
maxSize?: number
[src]