org.http4k.core.htmxExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-htmx Show documentation
Show all versions of http4k-htmx Show documentation
DEPRECATED: Use http4k-web-htmx
package org.http4k.core
import org.http4k.lens.HX_REQUEST
import org.http4k.lens.Header
import org.http4k.lens.isHtmx
import org.http4k.routing.asRouter
val Request.Companion.isHtmx get() = Request::isHtmx.asRouter()
fun Request.isHtmx() = Header.HX_REQUEST(this)
val Status.Companion.STOP_POLLING get() = Status(286, "Stop Polling")
© 2015 - 2024 Weber Informatics LLC | Privacy Policy