Package-level declarations

TODO

Functions

Link copied to clipboard
Link copied to clipboard

TODO Review order precedence and complete code (now only taking request attribute)

Link copied to clipboard
fun HttpContext.template(    url: URL,     context: Map<String, *> = emptyMap<String, Any>(),     locale: Locale = obtainLocale(),     headers: Headers = response.headers,     cookies: List<Cookie> = response.cookies,     attributes: Map<*, *> = this.attributes): HttpContext
fun HttpContext.template(    templateEngine: TemplatePort,     url: URL,     context: Map<String, *> = emptyMap<String, Any>(),     locale: Locale = obtainLocale(),     headers: Headers = response.headers,     cookies: List<Cookie> = response.cookies,     attributes: Map<*, *> = this.attributes): HttpContext
Link copied to clipboard