Skip to content

Commit 7f2fab0

Browse files
Merge pull request #229 from kingthorin/ws-header
Add header element for websocket tech
2 parents 206fad7 + af4e965 commit 7f2fab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/technologies/w.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,9 @@
17711771
19
17721772
],
17731773
"description": "WebSocket is a communication protocol that provides full-duplex communication channels over a single, long-lived connection, enabling interactive communication between web browsers and servers.",
1774+
"headers": {
1775+
"Upgrade": "websocket"
1776+
},
17741777
"dom": [
17751778
"link[rel='web-socket']",
17761779
"link[href^='ws://']",

0 commit comments

Comments
 (0)