Module

std/mime/mod.ts>ReadFormOptions

Deno standard library
Go to Latest
interface ReadFormOptions
import { type ReadFormOptions } from "https://dotland.deno.dev/std@0.122.0/mime/mod.ts";

options for reading forms.

Properties

optional
maxMemory: number
optional
dir: string
optional
prefix: string
optional
suffix: string