Skip to main content
Module

x/parsec/mod.ts>ReqWithBody

🌌 Tiny body parser for Deno. Port of the milliparsec library.
Latest
interface ReqWithBody
implements Request
import { type ReqWithBody } from "https://deno.land/x/parsec@0.2.1/mod.ts";

Request interface extension with additional parsedBody property (where parsed body gets stored)

Type Parameters

optional
T = Record<string, unknown>

Properties

optional
parsedBody: T