Skip to main content
Module

x/denorest/mod.ts>bodyParse

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

Parse Request Payload function.

type

(req: Req) => Promise<any>