ResponseHeaders
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResponseHeaders.type
Members list
Value members
Concrete fields
allows you to do a client-side redirect that does not do a full page reload
allows you to do a client-side redirect that does not do a full page reload
Attributes
pushes a new url into the history stack
pushes a new url into the history stack
Attributes
can be used to do a client-side redirect to a new location
can be used to do a client-side redirect to a new location
Attributes
if set to “true” the client-side will do a full refresh of the page
if set to “true” the client-side will do a full refresh of the page
Attributes
replaces the current URL in the location bar
replaces the current URL in the location bar
Attributes
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
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
Attributes
allows you to specify how the response will be swapped. See hx-swap for possible values
allows you to specify how the response will be swapped. See hx-swap for possible values
Attributes
a CSS selector that updates the target of the content update to a different element on the page
a CSS selector that updates the target of the content update to a different element on the page
Attributes
allows you to trigger client-side events
allows you to trigger client-side events
Attributes
allows you to trigger client-side events after the settle step
allows you to trigger client-side events after the settle step
Attributes
allows you to trigger client-side events after the swap step
allows you to trigger client-side events after the swap step