wsc icon indicating copy to clipboard operation
wsc copied to clipboard

Add flag to decode binary data

Open taylorconor opened this issue 6 years ago • 0 comments

It can be useful to decode binary responses over the websocket too, if you know what format they are in.

Now you can open a websocket with a flag indicating the encoding of the binary data:

wsc -d base64 ws://example.com

taylorconor avatar Jul 02 '18 19:07 taylorconor