import WSClient
Coverage
Declarations
Interfaces
protocol ClientConnectionChannel : Sendable
ClientConnection child channel setup protocol
struct ClientConnection<ClientChannel> where ClientChannel : ClientConnectionChannel
A generic client connection to a server.
struct TLSClientChannel<BaseChannel> where BaseChannel : ClientConnectionChannel
Sets up client channel to use TLS before accessing base channel setup
struct WebSocketClient
WebSocket client
struct WebSocketClientConfiguration
Configuration for a client connecting to a WebSocket
struct WebSocketClientError
Errors returned by WebSocketClient
WebSocketClient
import WSCompression
import WSCore