Package-level declarations
Functions
Link copied to clipboard
private fun createResponse(allRoutes: List<Route>, serverStatus: ServerStatusDomainModel.Running, serverConfiguration: ServerConfigurationDomainModel, scheme: String): ServerStatusRemoteResponseModel
Returns a response model containing the server status and its services. The services are determined by the routes registered in the application. The result response does not contain the root route.
Link copied to clipboard
A route returning the server current status and its services.
Link copied to clipboard
A route returning the ongoing phone call or an HTTP 404 error if there is no ongoing phone call.