org.http4k.core.datastarExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-web-datastar Show documentation
Show all versions of http4k-web-datastar Show documentation
http4k Datastar support utilities
package org.http4k.core
import org.http4k.lens.DATASTAR_REQUEST
import org.http4k.lens.Header
val Request.isDatastar get() = Header.DATASTAR_REQUEST(this)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy