Skip to main content
Module

x/leaves/mod.ts>Req

A Web framework For Deno with Decorator and middleware
Latest
interface Req
Re-export
import { type Req } from "https://deno.land/x/leaves@v0.1.5/mod.ts";

Properties

query: Record<string, any>
body: { type: string; value: any; }
url: string
method: ReqMethod
headers: Headers
request: ServerRequest
params: Record<string, any>
cookies: Map<string, any>