* Prefix all endpoints in the `HttpApi`.
(prefix: HttpApiEndpoint.PathSegment)
| 85 | * Prefix all endpoints in the `HttpApi`. |
| 86 | */ |
| 87 | prefix(prefix: HttpApiEndpoint.PathSegment): HttpApi<Id, Groups, E, R> |
| 88 | /** |
| 89 | * Add a middleware to a `HttpApi`. It will be applied to all endpoints in the |
| 90 | * `HttpApi`. |
no outgoing calls
no test coverage detected