Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.89.4/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>