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

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

There is a newer version: 5.41.0.0
Show newest version
package org.http4k.core

import org.http4k.lens.DATASTAR_REQUEST
import org.http4k.lens.Header
import org.http4k.routing.asRouter

val Request.Companion.isDatastar get() = Request::isDatastar.asRouter()

fun Request.isDatastar() = Header.DATASTAR_REQUEST(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy