websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

show ws close reason #108

Closed towc closed 5 years ago

towc commented 5 years ago

Closing a connection can also have a reason string specified by a server, that tends to be useful when debugging some APIs.

Current behaviour of wscat is it only shows the closing code (the number), but not the reason string