Module

x/denorest/mod.ts>bodyParse

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

Parse Request Payload function.

type

(req: Req) => Promise<any>