Skip to main content
Module

std/mime/mod.ts>MultipartFormData

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

Methods

file(key: string): FormFile | FormFile[] | undefined
value(key: string): string | undefined
entries(): IterableIterator<[string,
| string
| undefined
]
>
[[Symbol.iterator]](): IterableIterator<[string,
| string
| undefined
]
>
removeAll(): Promise<void>

Remove all tempfiles