Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/mime/mod.ts>ReadFormOptions

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

options for reading forms.

Properties

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