OnResponse
@tsed/platform-http
Usage
typescript
import { OnResponse } from "@tsed/platform-http";See /packages/platform/platform-http/src/common/interfaces/OnResponse.ts.
Overview
ts
interface OnResponse {
$onResponse(ctx: PlatformResponse): void;
}$onResponse
ts
$onResponse(ctx: PlatformResponse): void;