Package-level declarations

Functions

Link copied to clipboard
inline fun <T : Any> Tag.hxDelete(resourcesFormat: ResourcesFormat, resource: T)
Link copied to clipboard
inline fun <T : Any> Tag.hxGet(resourcesFormat: ResourcesFormat, resource: T)
Link copied to clipboard
inline fun <T : Any> Tag.hxPatch(resourcesFormat: ResourcesFormat, resource: T)
Link copied to clipboard
inline fun <T : Any> Tag.hxPost(resourcesFormat: ResourcesFormat, resource: T)
Link copied to clipboard
inline fun <T : Any> Tag.hxPut(resourcesFormat: ResourcesFormat, resource: T)
Link copied to clipboard
suspend fun ApplicationCall.respondHtmlPartial(contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK, prettyPrint: Boolean = false, xhtmlCompatible: Boolean = false, block: TagConsumer<Appendable>.() -> Unit)
Link copied to clipboard
suspend fun ApplicationCall.respondHtmlPartialWriter(contentType: ContentType = ContentType.Text.Html.withCharset(Charsets.UTF_8), status: HttpStatusCode = HttpStatusCode.OK, prettyPrint: Boolean = false, xhtmlCompatible: Boolean = false, block: TagConsumer<Writer>.() -> Unit)