Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

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

Lightweight, Minimalist Framework For REST API πŸ¦• πŸš€
Latest
variable bodyParse
import { bodyParse } from "https://deno.land/x/denorest@v4.2/lib/util/body_parse.ts";

Parse Request Payload function.

type

(req: Req) => Promise<any>