class

Sellia::Protocol::Messages::WebSocketUpgradeOk

Inherits Sellia::Protocol::Message / MessagePack::Serializable / Reference / Object

Client -> Server: Local service accepted the WebSocket upgrade

Constructors

Client -> Server: Local service accepted the WebSocket upgrade

Source
new(request_id : String, headers : Hash(String, Array(String)) = {} of String => Array(String))
Source

Instance methods

headers
Source
headers=(headers : Hash(String, Array(String)))
Source
request_id
Source
request_id=(request_id : String)
Source
type

Abstract method that each message type must implement

Source
type=(type : String)
Source