import { MultiPartStream } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/range.ts?s=MultiPartStream";
A class that takes a file (either a Deno.FsFile or Uint8Array) and bytes and streams the ranges as a multi-part encoded HTTP body.
This is specifically used by the .send()
functionality to fulfill range
requests it receives, and could be used by others when trying to deal with
range requests, but is generally a low level API that most users of oak
would not need to worry about.