Skip to main content
Module

x/opine/mod.ts>IRoute

Minimalist web framework for Deno ported from ExpressJS.
Latest
interface IRoute
import { type IRoute } from "https://deno.land/x/opine@2.3.4/mod.ts";

Properties

path: string
stack: any
all: IRouterHandler<this>
get: IRouterHandler<this>
post: IRouterHandler<this>
put: IRouterHandler<this>
delete: IRouterHandler<this>
patch: IRouterHandler<this>
options: IRouterHandler<this>
head: IRouterHandler<this>
checkout: IRouterHandler<this>
copy: IRouterHandler<this>
lock: IRouterHandler<this>
merge: IRouterHandler<this>
mkactivity: IRouterHandler<this>
mkcol: IRouterHandler<this>
move: IRouterHandler<this>
notify: IRouterHandler<this>
purge: IRouterHandler<this>
report: IRouterHandler<this>
subscribe: IRouterHandler<this>
trace: IRouterHandler<this>
unlock: IRouterHandler<this>
unsubscribe: IRouterHandler<this>
dispatch: RequestHandler