htmx-servant-0.2.0.1: Use htmx with servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Htmx.Servant.Lucid

Description

This module exports Lucid combinators that leverage the Servant Link type to guarantee that they are live URLs, therefore making the requests "safe".

Synopsis

Documentation

hxDeleteSafe_ :: Link -> Attributes Source #

Type-safe version of hxDelete_

hxGetSafe_ :: Link -> Attributes Source #

Type-safe version of hxGet_

hxPatchSafe_ :: Link -> Attributes Source #

Type-safe version of hxPatch_

hxPostSafe_ :: Link -> Attributes Source #

Type-safe version of hxPatch_

hxPutSafe_ :: Link -> Attributes Source #

Type-safe version of hxPut_