Hook
import { Hook } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";
One of few hooks of a Server
enum Hook { }
ON_PRE_ROUTE = 0,
ON_POST_ROUTE = 1,
ON_ERROR = 2,
import { Hook } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";
One of few hooks of a Server