ResponseHeaders

ba.sake.sharaf.htmx.ResponseHeaders

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val Location: HttpString

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

val PushUrl: HttpString

pushes a new url into the history stack

pushes a new url into the history stack

Attributes

val Redirect: HttpString

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

val Refresh: HttpString

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

val ReplaceUrl: HttpString

replaces the current URL in the location bar

replaces the current URL in the location bar

Attributes

val Reselect: HttpString

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

val Reswap: HttpString

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

val Retarget: HttpString

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

val Trigger: HttpString

allows you to trigger client-side events

allows you to trigger client-side events

Attributes

val TriggerAfterSettle: HttpString

allows you to trigger client-side events after the settle step

allows you to trigger client-side events after the settle step

Attributes

val TriggerAfterSwap: HttpString

allows you to trigger client-side events after the swap step

allows you to trigger client-side events after the swap step

Attributes