Skip to main content
Module

x/aqua/aqua.ts>Route

A minimal and fast 🏃 web framework for Deno
Go to Latest
interface Route
import { type Route } from "https://deno.land/x/aqua@v1.0.8/aqua.ts";

Properties

path: string
usesURLParameters: boolean
optional
urlParameterRegex: RegExp
responseHandler: ResponseHandler