import { Body } from "https://deno.land/x/oak@v17.0.0/body.ts";
Reads a body to the end attempting to parse the body as a JSON value.
If a JSON reviver has been assigned, it will be used to parse the body.
import { Body } from "https://deno.land/x/oak@v17.0.0/body.ts";
Reads a body to the end attempting to parse the body as a JSON value.
If a JSON reviver has been assigned, it will be used to parse the body.