* Handle the request by running the configured sequence of actions. * * @param context - The request context: HTTP request and response objects, * per-request IoC container and more.
(context: RequestContext)
| 46 | * per-request IoC container and more. |
| 47 | */ |
| 48 | handle(context: RequestContext): Promise<void>; |
| 49 | } |
| 50 | |
| 51 | /** |
no outgoing calls
no test coverage detected