From 367dea8c21bf1ab70fb261827e9dbb92a9be613d Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sun, 4 Feb 2024 13:09:35 -0800 Subject: [PATCH] Add hx-ws --- htmx/htmx.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htmx/htmx.go b/htmx/htmx.go index e20b447..b5b47fa 100644 --- a/htmx/htmx.go +++ b/htmx/htmx.go @@ -9,6 +9,9 @@ const ( HXDelete = "hx-delete" HXPatch = "hx-patch" + // WebSocket + HXWS = "hx-ws" + // Request Headers, Content-Type, additional data and request control HXHeaders = "hx-headers" HXContent = "hx-content"