(middleware: Function & { prototype: T })
| 13 | disableRouteNotFoundException(): void; |
| 14 | enableUserIdentity(): void; |
| 15 | requestStart<T>(middleware: Function & { prototype: T }): void; |
| 16 | requestEnd<T>(middleware: Function & { prototype: T }): void; |
| 17 | serverError<T>(middleware: Function & { prototype: T }): void; |
| 18 | applicationStart<T>(middleware: Function & { prototype: T }): void; |
no outgoing calls
no test coverage detected