PlatformExpressHandler
@tsed/platform-express
Usage
typescript
import { PlatformExpressHandler } from "@tsed/platform-express";
See /packages/platform/platform-express/src/types/services/PlatformExpressHandler.ts.
Overview
ts
class PlatformExpressHandler extends PlatformHandler {
onResponse(response: AnyPromiseResult, $ctx: PlatformContext): any;
}
onResponse
ts
onResponse(response: AnyPromiseResult, $ctx: PlatformContext): any;