websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

How to supply body with requests? #90

Closed mcandre closed 5 years ago

mcandre commented 5 years ago

How can users specify a body, such as a JSON document, to include in the WebSocket request?

lpinca commented 5 years ago

No data should be sent until the opening handshake is complete per spec, so this is not supported.