KtorServerScope
A Ktor server scope. Supports configuring the application and wrapping endpoints.
Functions
Link copied to clipboard
Configure the Ktor application.
Link copied to clipboard
open fun Route.wrapEndpoint(optional: Boolean, endpoint: Route.() -> Unit)
Content copied to clipboard
Wrap the endpoint. endpoint must be called at some point, it will build the rest of the endpoint.