Package com.rnett.krosstalk.ktor.server
A basic Krosstalk server implementation using Ktor. See module description.
Types
Link copied to clipboard
Link copied to clipboard
A Krosstalk server handler that adds the krosstalk method endpoints to a Ktor server.
Link copied to clipboard
A Ktor server scope that only reads headers.
Link copied to clipboard
A Ktor server scope. Supports configuring the application and wrapping endpoints.
Functions
Link copied to clipboard
fun <K : Krosstalk, KrosstalkServer<KtorServerScope<*>>> K.defineKtor(application: Application)
Content copied to clipboard
fun <K : Krosstalk, KrosstalkServer<KtorServerScope<*>>> K.defineKtor(route: Route)
Content copied to clipboard
Defines the necessary routes for this's methods.