All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.core.htmxExtensions.kt Maven / Gradle / Ivy

There is a newer version: 5.41.0.0
Show newest version
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