Skip to main content
Module

std/mime/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.134.0/mime/mod.ts";

Classes

Reader for parsing multipart/form-data

Writer for creating multipart/form-data

Functions

Type guard for FormFile

Checks whether buf should be considered to match the boundary.

Scans buf to identify how much of it can be safely returned as part of the PartReader body.

Interfaces

FormFile object

options for reading forms.