Expand description
htmx request headers.
Structs§
- HxBoosted
- indicates that the request is via an element using hx-boost
- HxCurrent
Url - the current URL of the browser
- HxHistory
Restore Request - “true” if the request is for history restoration after a miss in the local history cache
- HxPrompt
- the user response to an hx-prompt
- HxRequest
- always “true”
- HxTarget
- the
idof the target element if it exists - HxTrigger
- the
idof the triggered element if it exists - HxTrigger
Name - the
nameof the triggered element if it exists
Statics§
- HX_
BOOSTED - indicates that the request is via an element using hx-boost
- HX_
CURRENT_ URL - the current URL of the browser
- HX_
HISTORY_ RESTORE_ REQUEST - “true” if the request is for history restoration after a miss in the local history cache
- HX_
PROMPT - the user response to an hx-prompt
- HX_
REQUEST - always “true”
- HX_
TARGET - the
idof the target element if it exists - HX_
TRIGGER - the
idof the triggered element if it exists - HX_
TRIGGER_ NAME - the
nameof the triggered element if it exists