Skip to main content
Module

x/alosaur/mod.ts>RequestBodyFormDataParseOptions

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
interface RequestBodyFormDataParseOptions
import { type RequestBodyFormDataParseOptions } from "https://deno.land/x/alosaur@v0.37.0/mod.ts";

Properties

optional
maxMemory: number
optional
parser: (request: Request, contentType: string) => Promise<any>