Skip to main content
Module

x/reno/reno/mod.ts>JsonRequest

A thin, testable routing library designed to sit on top of Deno's standard HTTP module
Go to Latest
type alias JsonRequest
import { type JsonRequest } from "https://deno.land/x/reno@v2.0.75/reno/mod.ts";

A ProcessedRequest that allows the body type to be specified via the sole type parameter. Defaults to an empty object.

Type Parameters

optional
TBody = Record<string, unknown>
definition: ProcessedRequest<TBody>