Availability:
:- use_module(library(http/websocket)).
- subprotocol(Protocol)
- Protocol is the negotiated subprotocol. This is typically set as a property of the websocket by ws_open/3.
:- use_module(library(http/websocket)).