Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type HXBoosted = Header "HX-Boosted" Bool
- type HXCurrentURL = Header "HX-Current-URL" Text
- type HXHistoryRestoreRequest = Header "HX-History-Restore-Request" Bool
- type HXPrompt a = Header "HX-Prompt" a
- type HXRequest = Header "HX-Request" Bool
- type HXTarget = Header "HX-Target" Text
- type HXTriggerName = Header "HX-Trigger-Name" Text
- type HXTrigger = Header "HX-Trigger" Text
Documentation
type HXBoosted = Header "HX-Boosted" Bool Source #
indicates that the request is via an element using hx-boost
type HXCurrentURL = Header "HX-Current-URL" Text Source #
the current URL of the browser
type HXHistoryRestoreRequest = Header "HX-History-Restore-Request" Bool Source #
“true” if the request is for history restoration after a miss in the local history cache
type HXTriggerName = Header "HX-Trigger-Name" Text Source #
the name of the triggered element if it exists