Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module exports Lucid combinators that leverage the Servant Link
type to guarantee that they are live URLs, therefore making the requests
"safe".
Synopsis
- hxDeleteSafe_ :: Link -> Attributes
- hxGetSafe_ :: Link -> Attributes
- hxPatchSafe_ :: Link -> Attributes
- hxPostSafe_ :: Link -> Attributes
- hxPushUrlSafe_ :: Either Bool Link -> Attributes
- hxPutSafe_ :: Link -> Attributes
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_
hxPushUrlSafe_ :: Either Bool Link -> Attributes Source #
Type-safe version of hxPushUrl_
hxPutSafe_ :: Link -> Attributes Source #
Type-safe version of hxPut_