Companion

object Companion

Functions

Link copied to clipboard
Link copied to clipboard
fun success(    content: String,     headers: Map<String, String> = emptyMap(),     status: Int = 200,     criticalCss: String = "",     styleChunks: Array<CssChunk> = emptyArray()): StreamResponse

TBD