Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alosaur_lite/mod.ts>RouteMetadata

Lightweight version of Alosaur. Specially designed to work with deno deploy.
Latest
interface RouteMetadata
Re-export
import { type RouteMetadata } from "https://deno.land/x/alosaur_lite@v0.1.1/mod.ts";

Properties

route: string
optional
regexpRoute: RegExp
actionObject: Object
controllerObject: Object
actionMetadata: ActionMetadataArgs
target: { [key: string]: any; }
action: string
method: string
optional
routeParams: { [key: string]: any; }