htmx/www/headers/hx-push-url.md

799 B
Raw Blame History

layout title
layout.njk </> htmx - HX-Push Response Headers

HX-Push-Url Response Header

The HX-Push-Url header allows you to push a URL into the browser location history. This creates a new history entry, allowing navigation with the browsers back and forward buttons. This is similar to the hx-push-url attribute.

If present, this header overrides any behavior defined with attributes.

The possible values for this header are:

  1. A URL to be pushed into the location bar. This may be relative or absolute, as per history.pushState().
  2. false, which prevents the browsers history from being updated.