Skip to content

Commit

Permalink
Merge pull request #108 from chasefleming/chasefleming/hx-ws
Browse files Browse the repository at this point in the history
Add hx-ws
  • Loading branch information
chasefleming authored Feb 4, 2024
2 parents 452e7e4 + 367dea8 commit 5f66c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htmx/htmx.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f66c07

Please sign in to comment.