Module

x/denorest/lib/util/body_parse.ts>bodyParse

Lightweight, Minimalist Framework For REST API 🦕 🚀
Latest
variable bodyParse
import { bodyParse } from "https://dotland.deno.dev/x/denorest@v4.2/lib/util/body_parse.ts";

Parse Request Payload function.

type

(req: Req) => Promise<any>