Skip to content

OnRequest

@tsed/platform-http

Usage

typescript
import { OnRequest } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/interfaces/OnRequest.ts.

Overview

ts
interface OnRequest {
    $onRequest(ctx: PlatformContext): void;
}

$onRequest

ts
$onRequest(ctx: PlatformContext): void;

Released under the MIT License.