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

x/abc/vendor/https/deno.land/std/mime/multipart.ts>ReadFormOptions

A better Deno framework to create web application.
Latest
interface ReadFormOptions
import { type ReadFormOptions } from "https://deno.land/x/abc@v1.3.3/vendor/https/deno.land/std/mime/multipart.ts";

options for reading forms.

Properties

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