Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/hook/mod.ts>BeforeControllerMethodIsCalled

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
interface BeforeControllerMethodIsCalled
import { type BeforeControllerMethodIsCalled } from "https://deno.land/x/danet@1.2.0/src/hook/mod.ts";

Methods

beforeControllerMethodIsCalled(ctx?: HttpContext): void | Promise<void>