Skip to main content
Module

x/fastro/mod.ts>HttpRequest

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
class HttpRequest
extends Request
import { HttpRequest } from "https://deno.land/x/fastro@v0.88.3/mod.ts";

Extends the native Http Request with params, query, and parseBody

Index Signatures

[key: string]: any

Properties

optional
params: Record<string, string | undefined>
parseBody: <T>() => Promise<T>
optional
query: Record<string, string>