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"