import { Body } from "https://deno.land/x/oak@v14.1.1/body.ts";
Reads a body to the end and resolves with the value as an
ArrayBuffer
x/oak/body.ts>Body#arrayBuffer
import { Body } from "https://deno.land/x/oak@v14.1.1/body.ts";
Reads a body to the end and resolves with the value as an
ArrayBuffer