class Route
implements IRoute
import { Route } from "https://deno.land/x/deno_api_server@v0.6.4/src/services/route.ts";
Constructors
new
Route(method: string[] | string, uri: IMatcher | URLPattern | string)Properties
Methods
execute all pipes for current request
inject()
name: string,
service: any,
overridable?: boolean,
injections(di: IInjections): Route
injection of service
prop(name: string, value: any)
route props