ServerCallback
typealias ServerCallback = (server: Server, msg: ServerMessage, path: String, <Error class: unknown class>?) -> Unit
A callback used to handle requests to a class@Server.
A callback used to handle requests to a class@Server.