Overview
-
module Async-
module WebSocket-
module Adapters -
class ClientThis is a basic synchronous websocket client:
-
class ConnectRequestThis is required for HTTP/2 to establish a connection using the WebSocket protocol.
-
class ConnectResponseThe response from the server back to the client for negotiating HTTP/2 WebSockets.
-
class ConnectionThis is a basic synchronous websocket client:
-
class ProtocolError -
class Error -
class UnsupportedVersionError -
class ConnectionError -
class Request -
module Response -
class Server -
class UpgradeRequestThis is required for HTTP/1.x to upgrade the connection to the WebSocket protocol.
-
class UpgradeResponseThe response from the server back to the client for negotiating HTTP/1.x WebSockets.
-
-