Does this gem support web sockets? I noticed wss is supported in the scheme verification but I did not find any other documentation on web socket implementation.
This is an HTTP client. And WebSocket uses HTTP for the handshake. Response contains Upgrade header, and after that HTTP client is pretty out of the loop AFAIK. :D
Does this gem support web sockets? I noticed
wss
is supported in the scheme verification but I did not find any other documentation on web socket implementation.