Constants for all HTMX HTTP response headers.
See HTTP Header Reference.
allows you to do a client-side redirect that does not do a full page reload
pushes a new url into the history stack
can be used to do a client-side redirect to a new location
if set to “true” the client-side will do a full refresh of the page
replaces the current URL in the location bar
a CSS selector that allows you to choose which part of the response is used to be swapped in. Overrides an existing hx-select on the triggering element
allows you to specify how the response will be swapped. See hx-swap for possible values
a CSS selector that updates the target of the content update to a different element on the page
allows you to trigger client-side events
allows you to trigger client-side events after the settle step
allows you to trigger client-side events after the swap step