Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class StreamingMultipartReader
import { StreamingMultipartReader } from "https://deno.land/x/openbox@1.1.8/runtime/streaming_multipart_reader.ts";

Reader for parsing multipart/form-data

Constructors

new
StreamingMultipartReader(reader: Deno.Reader, boundary: string)

Properties

readonly
bufReader: BufReader
readonly
dashBoundary: Uint8Array
readonly
dashBoundaryDash: Uint8Array
readonly
newLine: Uint8Array
readonly
newLineDashBoundary: Uint8Array