# Functions

Accept accepts a WebSocket handshake from a client and upgrades the connection to a WebSocket.
NewInbound creates a new WebSocket inbound transport instance.
NewOutbound creates a client for Outbound WS transport.
WithInboundReadLimit sets the custom max number of bytes to read for a single message.
WithOutboundReadLimit sets the custom max number of bytes to read for a single message.

# Structs

Inbound http(ws) type.
OutboundClient websocket outbound.

# Type aliases

InboundOpt is an inbound ws option.
OutboundClientOpt configures outbound client.