Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/hook/interfaces.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.3.3/src/hook/interfaces.ts";

Methods

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