* Add a middleware to a `HttpApi`. It will be applied to all endpoints in the * `HttpApi`.
(
middleware: Context.Tag<I, S>
)
| 90 | * `HttpApi`. |
| 91 | */ |
| 92 | middleware<I extends HttpApiMiddleware.HttpApiMiddleware.AnyId, S>( |
| 93 | middleware: Context.Tag<I, S> |
| 94 | ): HttpApi< |
| 95 | Id, |
no outgoing calls
no test coverage detected