mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-12 10:46:18 +02:00
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
GET / HTTP/1.1
|
|
Host: 127.0.0.1:8080
|
|
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
|
|
Accept: */*
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
Sec-WebSocket-Version: 13
|
|
Origin: null
|
|
Sec-WebSocket-Extensions: permessage-deflate
|
|
Sec-WebSocket-Key: j8n3iFH1vFfiTp1xmWAIuw==
|
|
Connection: keep-alive, Upgrade
|
|
Pragma: no-cache
|
|
Cache-Control: no-cache
|
|
Upgrade: websocket
|
|
|