Package-level declarations
Types
Link copied to clipboard
Class responsible for managing the features of the Ktor server.
Link copied to clipboard
class KtorServer @Inject constructor(featureManager: FeatureManager, routeManager: RouteManager, config: ServerConfig)
Class responsible for managing the Ktor server.
Link copied to clipboard
Class responsible for managing the routes in the Ktor server.