Skip to content

Instantly share code, notes, and snippets.

@gaeng2y
Created May 29, 2023 07:44
Show Gist options
  • Save gaeng2y/25a26dbb623613bfb04640b3e85f9fed to your computer and use it in GitHub Desktop.
Save gaeng2y/25a26dbb623613bfb04640b3e85f9fed to your computer and use it in GitHub Desktop.
웹소켓 요청
GET /chat HTTP/1.1
Host: server.example.com
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: x3JJHMbDL1EzLkh9GBhXDw==
Sec-WebSocket-Protocol: chat, superchat
Sec-WebSocket-Version: 13
Origin: http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment