Skip to main content
Module

x/drash/src/http/request.ts>ParsedBody

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias ParsedBody
import { type ParsedBody } from "https://deno.land/x/drash@v2.7.0/src/http/request.ts";
definition: Record<string, string | BodyFile | BodyFile[]> | undefined | string