Skip to main content
Module

x/fastro/mod.ts>HttpRequest

Fast and simple web application framework for deno
Go to Latest
class HttpRequest
extends Request
import { HttpRequest } from "https://deno.land/x/fastro@v0.84.8/mod.ts";

Index Signatures

[key: string]: any

Properties

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