Skip to main content
Module

x/aleph/deps.ts>MultipartFormData

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface MultipartFormData
import { type MultipartFormData } from "https://deno.land/x/aleph@v0.3.0-alpha.9/deps.ts";

Methods

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

Remove all tempfiles