Reference

parseMultipartStream

Parses a multipart request body as an async iterable of streamable parts.

Signature

function parseMultipartStream(request: Request, options: MultipartStreamParseOptions): AsyncIterable<MultipartStreamPart>