Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A better Deno framework to create web application.
Go to Latest
interface MultipartFormData
import { type MultipartFormData } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/mime/multipart.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