method Router.prototype.routeimport { Router } from "https://deno.land/x/railgun@v0.6.3/mod.ts"; route(method: string,path: string,handler: RouteHandler,)Parametersmethod: stringpath: stringhandler: RouteHandler