hx

fun Route.hx(configuration: HxRoute.() -> Unit): Route(source)

Scope child routes to apply when HX-Request header is supplied.

Report a problem




Property for scoping routes to HTMX (e.g., hx.get { ... }

Report a problem