PartialsHandler

class PartialsHandler<S : PartialsSession>(val defaultPage: PageFactory<S, *>, val session: () -> S, val next: HttpHandler? = null, val mappings: Pair<String, PageFactory<S, *>>) : HttpHandler

Constructors

Link copied to clipboard
constructor(defaultPage: PageFactory<S, *>, session: () -> S, next: HttpHandler? = null, vararg mappings: Pair<String, PageFactory<S, *>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val next: HttpHandler? = null
Link copied to clipboard
val session: () -> S

Functions

Link copied to clipboard
open override fun handleRequest(exchange: HttpServerExchange)