Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class RouteAction
import { RouteAction } from "https://deno.land/x/sptaki@1.2.0/di/Router.d.ts";

Constructors

new
RouteAction(url: string, action: (
url: string,
info: any,
sessionID: string,
output: string,
) => any
)

Properties

action: (
url: string,
info: any,
sessionID: string,
output: string,
) => any
url: string