Package-level declarations

Functions

Link copied to clipboard
fun Routing.certificateAuthority(createOnRequest: Boolean = false)

Serves root certificates created by this server and their revocation lists.

Link copied to clipboard
fun Routing.push(environment: Deferred<ServerEnvironment>)

Handle server-to-server communication.

Link copied to clipboard
fun Routing.rpc(path: String, httpHandler: Deferred<HttpTransport>)

Serves an RPC endpoint.