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.75.6/mod.ts";

Index Signatures

[key: string]: any

Properties

optional
match: URLPatternResult | null
optional
params: Record<string, string | undefined>
optional
query: Record<string, string>
record: Record<string, any>