Interface IHttpController<TApp>

A HTTP controller.

interface IHttpController {
    __app: TApp;
    __file: string;
    __path: string;
}

Type Parameters

Implemented by

Properties

Properties

__app: TApp

The underlying app instance.

__file: string

The full path of the underlying file.

__path: string

The relative path of the underlying file.

Generated using TypeDoc