class

Sellia::Protocol::Messages::ResponseStart

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

Start of response from local service

Constructors

new(request_id : String, status_code : Int32, headers : Hash(String, Array(String)))
Source

Start of response from local service

Source

Instance methods

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

Abstract method that each message type must implement

Source
type=(type : String)
Source