OnRequestStart
constOnRequestStart: () => (target,propertyKey) =>void
Defined in: src/decorators/hooks.ts:18
Decorator: Hook that runs before a request is processed by the controller handler.
Returns
Section titled “Returns”(
target,propertyKey):void
Parameters
Section titled “Parameters”target
Section titled “target”any
propertyKey
Section titled “propertyKey”string
Returns
Section titled “Returns”void