* Annotate the `HttpApi`.
(tag: Context.Tag<I, S>, value: S)
| 101 | * Annotate the `HttpApi`. |
| 102 | */ |
| 103 | annotate<I, S>(tag: Context.Tag<I, S>, value: S): HttpApi<Id, Groups, E, R> |
| 104 | /** |
| 105 | * Annotate the `HttpApi` with a Context. |
| 106 | */ |
no outgoing calls